Class V1DeploymentSpecFluentImpl<A extends V1DeploymentSpecFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1DeploymentSpecFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1DeploymentSpecFluent<A>
- Direct Known Subclasses:
V1DeploymentSpecBuilder
public class V1DeploymentSpecFluentImpl<A extends V1DeploymentSpecFluent<A>>
extends BaseFluent<A>
implements V1DeploymentSpecFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1DeploymentSpecFluent
V1DeploymentSpecFluent.SelectorNested<N>, V1DeploymentSpecFluent.StrategyNested<N>, V1DeploymentSpecFluent.TemplateNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1DeploymentSpecFluentImpl(io.kubernetes.client.openapi.models.V1DeploymentSpec instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1LabelSelectorio.kubernetes.client.openapi.models.V1DeploymentStrategyio.kubernetes.client.openapi.models.V1PodTemplateSpeceditOrNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) editOrNewStrategyLike(io.kubernetes.client.openapi.models.V1DeploymentStrategy item) editOrNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) booleanio.kubernetes.client.openapi.models.V1LabelSelectorDeprecated.io.kubernetes.client.openapi.models.V1DeploymentStrategyDeprecated.io.kubernetes.client.openapi.models.V1PodTemplateSpecDeprecated.inthashCode()toString()withMinReadySeconds(Integer minReadySeconds) withNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) withNewStrategyLike(io.kubernetes.client.openapi.models.V1DeploymentStrategy item) withNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) withPaused(Boolean paused) withProgressDeadlineSeconds(Integer progressDeadlineSeconds) withReplicas(Integer replicas) withRevisionHistoryLimit(Integer revisionHistoryLimit) withSelector(io.kubernetes.client.openapi.models.V1LabelSelector selector) withStrategy(io.kubernetes.client.openapi.models.V1DeploymentStrategy strategy) withTemplate(io.kubernetes.client.openapi.models.V1PodTemplateSpec template) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1DeploymentSpecFluentImpl
public V1DeploymentSpecFluentImpl() -
V1DeploymentSpecFluentImpl
public V1DeploymentSpecFluentImpl(io.kubernetes.client.openapi.models.V1DeploymentSpec instance)
-
-
Method Details
-
getMinReadySeconds
- Specified by:
getMinReadySecondsin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withMinReadySeconds
- Specified by:
withMinReadySecondsin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasMinReadySeconds
- Specified by:
hasMinReadySecondsin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getPaused
- Specified by:
getPausedin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withPaused
- Specified by:
withPausedin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasPaused
- Specified by:
hasPausedin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getProgressDeadlineSeconds
- Specified by:
getProgressDeadlineSecondsin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withProgressDeadlineSeconds
- Specified by:
withProgressDeadlineSecondsin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasProgressDeadlineSeconds
- Specified by:
hasProgressDeadlineSecondsin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getReplicas
- Specified by:
getReplicasin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withReplicas
- Specified by:
withReplicasin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasReplicas
- Specified by:
hasReplicasin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getRevisionHistoryLimit
- Specified by:
getRevisionHistoryLimitin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withRevisionHistoryLimit
- Specified by:
withRevisionHistoryLimitin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasRevisionHistoryLimit
- Specified by:
hasRevisionHistoryLimitin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getSelector
Deprecated.This method has been deprecated, please use method buildSelector instead.- Specified by:
getSelectorin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>- Returns:
- The buildable object.
-
buildSelector
public io.kubernetes.client.openapi.models.V1LabelSelector buildSelector()- Specified by:
buildSelectorin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withSelector
- Specified by:
withSelectorin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasSelector
- Specified by:
hasSelectorin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewSelector
- Specified by:
withNewSelectorin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewSelectorLike
public V1DeploymentSpecFluent.SelectorNested<A> withNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
withNewSelectorLikein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editSelector
- Specified by:
editSelectorin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewSelector
- Specified by:
editOrNewSelectorin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewSelectorLike
public V1DeploymentSpecFluent.SelectorNested<A> editOrNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
editOrNewSelectorLikein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getStrategy
Deprecated.This method has been deprecated, please use method buildStrategy instead.- Specified by:
getStrategyin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>- Returns:
- The buildable object.
-
buildStrategy
public io.kubernetes.client.openapi.models.V1DeploymentStrategy buildStrategy()- Specified by:
buildStrategyin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withStrategy
- Specified by:
withStrategyin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasStrategy
- Specified by:
hasStrategyin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewStrategy
- Specified by:
withNewStrategyin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewStrategyLike
public V1DeploymentSpecFluent.StrategyNested<A> withNewStrategyLike(io.kubernetes.client.openapi.models.V1DeploymentStrategy item) - Specified by:
withNewStrategyLikein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editStrategy
- Specified by:
editStrategyin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewStrategy
- Specified by:
editOrNewStrategyin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewStrategyLike
public V1DeploymentSpecFluent.StrategyNested<A> editOrNewStrategyLike(io.kubernetes.client.openapi.models.V1DeploymentStrategy item) - Specified by:
editOrNewStrategyLikein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getTemplate
Deprecated.This method has been deprecated, please use method buildTemplate instead.- Specified by:
getTemplatein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>- Returns:
- The buildable object.
-
buildTemplate
public io.kubernetes.client.openapi.models.V1PodTemplateSpec buildTemplate()- Specified by:
buildTemplatein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withTemplate
- Specified by:
withTemplatein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasTemplate
- Specified by:
hasTemplatein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewTemplate
- Specified by:
withNewTemplatein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewTemplateLike
public V1DeploymentSpecFluent.TemplateNested<A> withNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) - Specified by:
withNewTemplateLikein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editTemplate
- Specified by:
editTemplatein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewTemplate
- Specified by:
editOrNewTemplatein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewTemplateLike
public V1DeploymentSpecFluent.TemplateNested<A> editOrNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) - Specified by:
editOrNewTemplateLikein interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1DeploymentSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1DeploymentSpecFluent<A>>
-
toString
-
withPaused
- Specified by:
withPausedin interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-