public static final class V1beta1Extensions.DeploymentSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder> implements V1beta1Extensions.DeploymentSpecOrBuilder
DeploymentSpec is the specification of the desired behavior of the Deployment.Protobuf type
k8s.io.api.extensions.v1beta1.DeploymentSpec| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.DeploymentSpec.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.DeploymentSpec |
build() |
V1beta1Extensions.DeploymentSpec |
buildPartial() |
V1beta1Extensions.DeploymentSpec.Builder |
clear() |
V1beta1Extensions.DeploymentSpec.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1beta1Extensions.DeploymentSpec.Builder |
clearMinReadySeconds()
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.
|
V1beta1Extensions.DeploymentSpec.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1beta1Extensions.DeploymentSpec.Builder |
clearPaused()
Indicates that the deployment is paused and will not be processed by the
deployment controller.
|
V1beta1Extensions.DeploymentSpec.Builder |
clearProgressDeadlineSeconds()
The maximum time in seconds for a deployment to make progress before it
is considered to be failed.
|
V1beta1Extensions.DeploymentSpec.Builder |
clearReplicas()
Number of desired pods.
|
V1beta1Extensions.DeploymentSpec.Builder |
clearRevisionHistoryLimit()
The number of old ReplicaSets to retain to allow rollback.
|
V1beta1Extensions.DeploymentSpec.Builder |
clearRollbackTo()
DEPRECATED.
|
V1beta1Extensions.DeploymentSpec.Builder |
clearSelector()
Label selector for pods.
|
V1beta1Extensions.DeploymentSpec.Builder |
clearStrategy()
The deployment strategy to use to replace existing pods with new ones.
|
V1beta1Extensions.DeploymentSpec.Builder |
clearTemplate()
Template describes the pods that will be created.
|
V1beta1Extensions.DeploymentSpec.Builder |
clone() |
V1beta1Extensions.DeploymentSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getMinReadySeconds()
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.
|
boolean |
getPaused()
Indicates that the deployment is paused and will not be processed by the
deployment controller.
|
int |
getProgressDeadlineSeconds()
The maximum time in seconds for a deployment to make progress before it
is considered to be failed.
|
int |
getReplicas()
Number of desired pods.
|
int |
getRevisionHistoryLimit()
The number of old ReplicaSets to retain to allow rollback.
|
V1beta1Extensions.RollbackConfig |
getRollbackTo()
DEPRECATED.
|
V1beta1Extensions.RollbackConfig.Builder |
getRollbackToBuilder()
DEPRECATED.
|
V1beta1Extensions.RollbackConfigOrBuilder |
getRollbackToOrBuilder()
DEPRECATED.
|
Meta.LabelSelector |
getSelector()
Label selector for pods.
|
Meta.LabelSelector.Builder |
getSelectorBuilder()
Label selector for pods.
|
Meta.LabelSelectorOrBuilder |
getSelectorOrBuilder()
Label selector for pods.
|
V1beta1Extensions.DeploymentStrategy |
getStrategy()
The deployment strategy to use to replace existing pods with new ones.
|
V1beta1Extensions.DeploymentStrategy.Builder |
getStrategyBuilder()
The deployment strategy to use to replace existing pods with new ones.
|
V1beta1Extensions.DeploymentStrategyOrBuilder |
getStrategyOrBuilder()
The deployment strategy to use to replace existing pods with new ones.
|
V1.PodTemplateSpec |
getTemplate()
Template describes the pods that will be created.
|
V1.PodTemplateSpec.Builder |
getTemplateBuilder()
Template describes the pods that will be created.
|
V1.PodTemplateSpecOrBuilder |
getTemplateOrBuilder()
Template describes the pods that will be created.
|
boolean |
hasMinReadySeconds()
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.
|
boolean |
hasPaused()
Indicates that the deployment is paused and will not be processed by the
deployment controller.
|
boolean |
hasProgressDeadlineSeconds()
The maximum time in seconds for a deployment to make progress before it
is considered to be failed.
|
boolean |
hasReplicas()
Number of desired pods.
|
boolean |
hasRevisionHistoryLimit()
The number of old ReplicaSets to retain to allow rollback.
|
boolean |
hasRollbackTo()
DEPRECATED.
|
boolean |
hasSelector()
Label selector for pods.
|
boolean |
hasStrategy()
The deployment strategy to use to replace existing pods with new ones.
|
boolean |
hasTemplate()
Template describes the pods that will be created.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1beta1Extensions.DeploymentSpec.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1beta1Extensions.DeploymentSpec.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1beta1Extensions.DeploymentSpec.Builder |
mergeFrom(V1beta1Extensions.DeploymentSpec other) |
V1beta1Extensions.DeploymentSpec.Builder |
mergeRollbackTo(V1beta1Extensions.RollbackConfig value)
DEPRECATED.
|
V1beta1Extensions.DeploymentSpec.Builder |
mergeSelector(Meta.LabelSelector value)
Label selector for pods.
|
V1beta1Extensions.DeploymentSpec.Builder |
mergeStrategy(V1beta1Extensions.DeploymentStrategy value)
The deployment strategy to use to replace existing pods with new ones.
|
V1beta1Extensions.DeploymentSpec.Builder |
mergeTemplate(V1.PodTemplateSpec value)
Template describes the pods that will be created.
|
V1beta1Extensions.DeploymentSpec.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta1Extensions.DeploymentSpec.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.DeploymentSpec.Builder |
setMinReadySeconds(int value)
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.
|
V1beta1Extensions.DeploymentSpec.Builder |
setPaused(boolean value)
Indicates that the deployment is paused and will not be processed by the
deployment controller.
|
V1beta1Extensions.DeploymentSpec.Builder |
setProgressDeadlineSeconds(int value)
The maximum time in seconds for a deployment to make progress before it
is considered to be failed.
|
V1beta1Extensions.DeploymentSpec.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1beta1Extensions.DeploymentSpec.Builder |
setReplicas(int value)
Number of desired pods.
|
V1beta1Extensions.DeploymentSpec.Builder |
setRevisionHistoryLimit(int value)
The number of old ReplicaSets to retain to allow rollback.
|
V1beta1Extensions.DeploymentSpec.Builder |
setRollbackTo(V1beta1Extensions.RollbackConfig.Builder builderForValue)
DEPRECATED.
|
V1beta1Extensions.DeploymentSpec.Builder |
setRollbackTo(V1beta1Extensions.RollbackConfig value)
DEPRECATED.
|
V1beta1Extensions.DeploymentSpec.Builder |
setSelector(Meta.LabelSelector.Builder builderForValue)
Label selector for pods.
|
V1beta1Extensions.DeploymentSpec.Builder |
setSelector(Meta.LabelSelector value)
Label selector for pods.
|
V1beta1Extensions.DeploymentSpec.Builder |
setStrategy(V1beta1Extensions.DeploymentStrategy.Builder builderForValue)
The deployment strategy to use to replace existing pods with new ones.
|
V1beta1Extensions.DeploymentSpec.Builder |
setStrategy(V1beta1Extensions.DeploymentStrategy value)
The deployment strategy to use to replace existing pods with new ones.
|
V1beta1Extensions.DeploymentSpec.Builder |
setTemplate(V1.PodTemplateSpec.Builder builderForValue)
Template describes the pods that will be created.
|
V1beta1Extensions.DeploymentSpec.Builder |
setTemplate(V1.PodTemplateSpec value)
Template describes the pods that will be created.
|
V1beta1Extensions.DeploymentSpec.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1beta1Extensions.DeploymentSpec build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1beta1Extensions.DeploymentSpec buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1beta1Extensions.DeploymentSpec.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec.Builder mergeFrom(V1beta1Extensions.DeploymentSpec other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public V1beta1Extensions.DeploymentSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta1Extensions.DeploymentSpec.Builder>IOExceptionpublic boolean hasReplicas()
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. +optional
optional int32 replicas = 1;hasReplicas in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic int getReplicas()
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. +optional
optional int32 replicas = 1;getReplicas in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentSpec.Builder setReplicas(int value)
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. +optional
optional int32 replicas = 1;public V1beta1Extensions.DeploymentSpec.Builder clearReplicas()
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. +optional
optional int32 replicas = 1;public boolean hasSelector()
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;hasSelector in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic Meta.LabelSelector getSelector()
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;getSelector in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentSpec.Builder setSelector(Meta.LabelSelector value)
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;public V1beta1Extensions.DeploymentSpec.Builder setSelector(Meta.LabelSelector.Builder builderForValue)
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;public V1beta1Extensions.DeploymentSpec.Builder mergeSelector(Meta.LabelSelector value)
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;public V1beta1Extensions.DeploymentSpec.Builder clearSelector()
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;public Meta.LabelSelector.Builder getSelectorBuilder()
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;public Meta.LabelSelectorOrBuilder getSelectorOrBuilder()
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;getSelectorOrBuilder in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic boolean hasTemplate()
Template describes the pods that will be created.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;hasTemplate in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1.PodTemplateSpec getTemplate()
Template describes the pods that will be created.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;getTemplate in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentSpec.Builder setTemplate(V1.PodTemplateSpec value)
Template describes the pods that will be created.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;public V1beta1Extensions.DeploymentSpec.Builder setTemplate(V1.PodTemplateSpec.Builder builderForValue)
Template describes the pods that will be created.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;public V1beta1Extensions.DeploymentSpec.Builder mergeTemplate(V1.PodTemplateSpec value)
Template describes the pods that will be created.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;public V1beta1Extensions.DeploymentSpec.Builder clearTemplate()
Template describes the pods that will be created.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;public V1.PodTemplateSpec.Builder getTemplateBuilder()
Template describes the pods that will be created.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;public V1.PodTemplateSpecOrBuilder getTemplateOrBuilder()
Template describes the pods that will be created.
optional .k8s.io.api.core.v1.PodTemplateSpec template = 3;getTemplateOrBuilder in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic boolean hasStrategy()
The deployment strategy to use to replace existing pods with new ones. +optional +patchStrategy=retainKeys
optional .k8s.io.api.extensions.v1beta1.DeploymentStrategy strategy = 4;hasStrategy in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentStrategy getStrategy()
The deployment strategy to use to replace existing pods with new ones. +optional +patchStrategy=retainKeys
optional .k8s.io.api.extensions.v1beta1.DeploymentStrategy strategy = 4;getStrategy in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentSpec.Builder setStrategy(V1beta1Extensions.DeploymentStrategy value)
The deployment strategy to use to replace existing pods with new ones. +optional +patchStrategy=retainKeys
optional .k8s.io.api.extensions.v1beta1.DeploymentStrategy strategy = 4;public V1beta1Extensions.DeploymentSpec.Builder setStrategy(V1beta1Extensions.DeploymentStrategy.Builder builderForValue)
The deployment strategy to use to replace existing pods with new ones. +optional +patchStrategy=retainKeys
optional .k8s.io.api.extensions.v1beta1.DeploymentStrategy strategy = 4;public V1beta1Extensions.DeploymentSpec.Builder mergeStrategy(V1beta1Extensions.DeploymentStrategy value)
The deployment strategy to use to replace existing pods with new ones. +optional +patchStrategy=retainKeys
optional .k8s.io.api.extensions.v1beta1.DeploymentStrategy strategy = 4;public V1beta1Extensions.DeploymentSpec.Builder clearStrategy()
The deployment strategy to use to replace existing pods with new ones. +optional +patchStrategy=retainKeys
optional .k8s.io.api.extensions.v1beta1.DeploymentStrategy strategy = 4;public V1beta1Extensions.DeploymentStrategy.Builder getStrategyBuilder()
The deployment strategy to use to replace existing pods with new ones. +optional +patchStrategy=retainKeys
optional .k8s.io.api.extensions.v1beta1.DeploymentStrategy strategy = 4;public V1beta1Extensions.DeploymentStrategyOrBuilder getStrategyOrBuilder()
The deployment strategy to use to replace existing pods with new ones. +optional +patchStrategy=retainKeys
optional .k8s.io.api.extensions.v1beta1.DeploymentStrategy strategy = 4;getStrategyOrBuilder in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic boolean hasMinReadySeconds()
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. Defaults to 0 (pod will be considered available as soon as it is ready) +optional
optional int32 minReadySeconds = 5;hasMinReadySeconds in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic int getMinReadySeconds()
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. Defaults to 0 (pod will be considered available as soon as it is ready) +optional
optional int32 minReadySeconds = 5;getMinReadySeconds in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentSpec.Builder setMinReadySeconds(int value)
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. Defaults to 0 (pod will be considered available as soon as it is ready) +optional
optional int32 minReadySeconds = 5;public V1beta1Extensions.DeploymentSpec.Builder clearMinReadySeconds()
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. Defaults to 0 (pod will be considered available as soon as it is ready) +optional
optional int32 minReadySeconds = 5;public boolean hasRevisionHistoryLimit()
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets". +optional
optional int32 revisionHistoryLimit = 6;hasRevisionHistoryLimit in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic int getRevisionHistoryLimit()
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets". +optional
optional int32 revisionHistoryLimit = 6;getRevisionHistoryLimit in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentSpec.Builder setRevisionHistoryLimit(int value)
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets". +optional
optional int32 revisionHistoryLimit = 6;public V1beta1Extensions.DeploymentSpec.Builder clearRevisionHistoryLimit()
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets". +optional
optional int32 revisionHistoryLimit = 6;public boolean hasPaused()
Indicates that the deployment is paused and will not be processed by the deployment controller. +optional
optional bool paused = 7;hasPaused in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic boolean getPaused()
Indicates that the deployment is paused and will not be processed by the deployment controller. +optional
optional bool paused = 7;getPaused in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentSpec.Builder setPaused(boolean value)
Indicates that the deployment is paused and will not be processed by the deployment controller. +optional
optional bool paused = 7;public V1beta1Extensions.DeploymentSpec.Builder clearPaused()
Indicates that the deployment is paused and will not be processed by the deployment controller. +optional
optional bool paused = 7;public boolean hasRollbackTo()
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. +optional
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 8;hasRollbackTo in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.RollbackConfig getRollbackTo()
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. +optional
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 8;getRollbackTo in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentSpec.Builder setRollbackTo(V1beta1Extensions.RollbackConfig value)
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. +optional
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 8;public V1beta1Extensions.DeploymentSpec.Builder setRollbackTo(V1beta1Extensions.RollbackConfig.Builder builderForValue)
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. +optional
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 8;public V1beta1Extensions.DeploymentSpec.Builder mergeRollbackTo(V1beta1Extensions.RollbackConfig value)
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. +optional
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 8;public V1beta1Extensions.DeploymentSpec.Builder clearRollbackTo()
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. +optional
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 8;public V1beta1Extensions.RollbackConfig.Builder getRollbackToBuilder()
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. +optional
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 8;public V1beta1Extensions.RollbackConfigOrBuilder getRollbackToOrBuilder()
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done. +optional
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 8;getRollbackToOrBuilder in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic boolean hasProgressDeadlineSeconds()
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline". +optional
optional int32 progressDeadlineSeconds = 9;hasProgressDeadlineSeconds in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic int getProgressDeadlineSeconds()
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline". +optional
optional int32 progressDeadlineSeconds = 9;getProgressDeadlineSeconds in interface V1beta1Extensions.DeploymentSpecOrBuilderpublic V1beta1Extensions.DeploymentSpec.Builder setProgressDeadlineSeconds(int value)
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline". +optional
optional int32 progressDeadlineSeconds = 9;public V1beta1Extensions.DeploymentSpec.Builder clearProgressDeadlineSeconds()
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline". +optional
optional int32 progressDeadlineSeconds = 9;public final V1beta1Extensions.DeploymentSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>public final V1beta1Extensions.DeploymentSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.DeploymentSpec.Builder>Copyright © 2019. All rights reserved.