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.V1LabelSelector
io.kubernetes.client.openapi.models.V1DeploymentStrategy
io.kubernetes.client.openapi.models.V1PodTemplateSpec
editOrNewSelectorLike
(io.kubernetes.client.openapi.models.V1LabelSelector item) editOrNewStrategyLike
(io.kubernetes.client.openapi.models.V1DeploymentStrategy item) editOrNewTemplateLike
(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) boolean
io.kubernetes.client.openapi.models.V1LabelSelector
Deprecated.io.kubernetes.client.openapi.models.V1DeploymentStrategy
Deprecated.io.kubernetes.client.openapi.models.V1PodTemplateSpec
Deprecated.int
hashCode()
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:
getMinReadySeconds
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withMinReadySeconds
- Specified by:
withMinReadySeconds
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasMinReadySeconds
- Specified by:
hasMinReadySeconds
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getPaused
- Specified by:
getPaused
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withPaused
- Specified by:
withPaused
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasPaused
- Specified by:
hasPaused
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getProgressDeadlineSeconds
- Specified by:
getProgressDeadlineSeconds
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withProgressDeadlineSeconds
- Specified by:
withProgressDeadlineSeconds
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasProgressDeadlineSeconds
- Specified by:
hasProgressDeadlineSeconds
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getReplicas
- Specified by:
getReplicas
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withReplicas
- Specified by:
withReplicas
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasReplicas
- Specified by:
hasReplicas
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getRevisionHistoryLimit
- Specified by:
getRevisionHistoryLimit
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withRevisionHistoryLimit
- Specified by:
withRevisionHistoryLimit
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasRevisionHistoryLimit
- Specified by:
hasRevisionHistoryLimit
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getSelector
Deprecated.This method has been deprecated, please use method buildSelector instead.- Specified by:
getSelector
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
- Returns:
- The buildable object.
-
buildSelector
public io.kubernetes.client.openapi.models.V1LabelSelector buildSelector()- Specified by:
buildSelector
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withSelector
- Specified by:
withSelector
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasSelector
- Specified by:
hasSelector
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewSelector
- Specified by:
withNewSelector
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewSelectorLike
public V1DeploymentSpecFluent.SelectorNested<A> withNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
withNewSelectorLike
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editSelector
- Specified by:
editSelector
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewSelector
- Specified by:
editOrNewSelector
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewSelectorLike
public V1DeploymentSpecFluent.SelectorNested<A> editOrNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
editOrNewSelectorLike
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getStrategy
Deprecated.This method has been deprecated, please use method buildStrategy instead.- Specified by:
getStrategy
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
- Returns:
- The buildable object.
-
buildStrategy
public io.kubernetes.client.openapi.models.V1DeploymentStrategy buildStrategy()- Specified by:
buildStrategy
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withStrategy
- Specified by:
withStrategy
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasStrategy
- Specified by:
hasStrategy
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewStrategy
- Specified by:
withNewStrategy
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewStrategyLike
public V1DeploymentSpecFluent.StrategyNested<A> withNewStrategyLike(io.kubernetes.client.openapi.models.V1DeploymentStrategy item) - Specified by:
withNewStrategyLike
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editStrategy
- Specified by:
editStrategy
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewStrategy
- Specified by:
editOrNewStrategy
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewStrategyLike
public V1DeploymentSpecFluent.StrategyNested<A> editOrNewStrategyLike(io.kubernetes.client.openapi.models.V1DeploymentStrategy item) - Specified by:
editOrNewStrategyLike
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
getTemplate
Deprecated.This method has been deprecated, please use method buildTemplate instead.- Specified by:
getTemplate
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
- Returns:
- The buildable object.
-
buildTemplate
public io.kubernetes.client.openapi.models.V1PodTemplateSpec buildTemplate()- Specified by:
buildTemplate
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withTemplate
- Specified by:
withTemplate
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
hasTemplate
- Specified by:
hasTemplate
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewTemplate
- Specified by:
withNewTemplate
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
withNewTemplateLike
public V1DeploymentSpecFluent.TemplateNested<A> withNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) - Specified by:
withNewTemplateLike
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editTemplate
- Specified by:
editTemplate
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewTemplate
- Specified by:
editOrNewTemplate
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
editOrNewTemplateLike
public V1DeploymentSpecFluent.TemplateNested<A> editOrNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item) - Specified by:
editOrNewTemplateLike
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1DeploymentSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1DeploymentSpecFluent<A>>
-
toString
-
withPaused
- Specified by:
withPaused
in interfaceV1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>
-