update generated deps

Kubernetes-commit: dcb10d81d18f4e8a58496ef61b62247ae93bbaef
This commit is contained in:
Daniel Smith
2018-10-31 17:11:23 -07:00
committed by Kubernetes Publisher
parent dcc8aa9d76
commit cbb9197ba2
27 changed files with 589 additions and 387 deletions
+1
View File
@@ -286,6 +286,7 @@ message DeploymentSpec {
// The deployment strategy to use to replace existing pods with new ones.
// +optional
// +patchStrategy=retainKeys
optional DeploymentStrategy strategy = 4;
// Minimum number of seconds for which a newly created pod should be ready
+2 -1
View File
@@ -331,7 +331,8 @@ type DeploymentSpec struct {
// The deployment strategy to use to replace existing pods with new ones.
// +optional
Strategy DeploymentStrategy `json:"strategy,omitempty" protobuf:"bytes,4,opt,name=strategy"`
// +patchStrategy=retainKeys
Strategy DeploymentStrategy `json:"strategy,omitempty" patchStrategy:"retainKeys" protobuf:"bytes,4,opt,name=strategy"`
// Minimum number of seconds for which a newly created pod should be ready
// without any of its container crashing, for it to be considered available.