public static interface V1beta2Apps.DeploymentStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta2Apps.RollingUpdateDeployment |
getRollingUpdate()
Rolling update config params.
|
V1beta2Apps.RollingUpdateDeploymentOrBuilder |
getRollingUpdateOrBuilder()
Rolling update config params.
|
String |
getType()
Type of deployment.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of deployment.
|
boolean |
hasRollingUpdate()
Rolling update config params.
|
boolean |
hasType()
Type of deployment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. +optional
optional string type = 1;String getType()
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. +optional
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. +optional
optional string type = 1;boolean hasRollingUpdate()
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. --- TODO: Update this to follow our convention for oneOf, whatever we decide it to be. +optional
optional .k8s.io.api.apps.v1beta2.RollingUpdateDeployment rollingUpdate = 2;V1beta2Apps.RollingUpdateDeployment getRollingUpdate()
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. --- TODO: Update this to follow our convention for oneOf, whatever we decide it to be. +optional
optional .k8s.io.api.apps.v1beta2.RollingUpdateDeployment rollingUpdate = 2;V1beta2Apps.RollingUpdateDeploymentOrBuilder getRollingUpdateOrBuilder()
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. --- TODO: Update this to follow our convention for oneOf, whatever we decide it to be. +optional
optional .k8s.io.api.apps.v1beta2.RollingUpdateDeployment rollingUpdate = 2;Copyright © 2018. All rights reserved.