Files
go/kubernetes/docs/V1DeploymentStrategy.md

12 lines
544 B
Markdown
Raw Normal View History

# V1DeploymentStrategy
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**RollingUpdate** | [**V1RollingUpdateDeployment**](v1.RollingUpdateDeployment.md) | | [optional]
**Type** | **string** | Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)