Class V1DeploymentStrategyFluentImpl<A extends V1DeploymentStrategyFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1DeploymentStrategyFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1DeploymentStrategyFluent<A>
- Direct Known Subclasses:
V1DeploymentStrategyBuilder
public class V1DeploymentStrategyFluentImpl<A extends V1DeploymentStrategyFluent<A>>
extends BaseFluent<A>
implements V1DeploymentStrategyFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1DeploymentStrategyFluent
V1DeploymentStrategyFluent.RollingUpdateNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1DeploymentStrategyFluentImpl
(io.kubernetes.client.openapi.models.V1DeploymentStrategy instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1RollingUpdateDeployment
editOrNewRollingUpdateLike
(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) boolean
io.kubernetes.client.openapi.models.V1RollingUpdateDeployment
Deprecated.getType()
int
hashCode()
hasType()
toString()
withNewRollingUpdateLike
(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) withRollingUpdate
(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment rollingUpdate) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1DeploymentStrategyFluentImpl
public V1DeploymentStrategyFluentImpl() -
V1DeploymentStrategyFluentImpl
public V1DeploymentStrategyFluentImpl(io.kubernetes.client.openapi.models.V1DeploymentStrategy instance)
-
-
Method Details
-
getRollingUpdate
Deprecated.This method has been deprecated, please use method buildRollingUpdate instead.- Specified by:
getRollingUpdate
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
- Returns:
- The buildable object.
-
buildRollingUpdate
public io.kubernetes.client.openapi.models.V1RollingUpdateDeployment buildRollingUpdate()- Specified by:
buildRollingUpdate
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
withRollingUpdate
public A withRollingUpdate(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment rollingUpdate) - Specified by:
withRollingUpdate
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
hasRollingUpdate
- Specified by:
hasRollingUpdate
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
withNewRollingUpdate
- Specified by:
withNewRollingUpdate
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
withNewRollingUpdateLike
public V1DeploymentStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) - Specified by:
withNewRollingUpdateLike
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
editRollingUpdate
- Specified by:
editRollingUpdate
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
editOrNewRollingUpdate
- Specified by:
editOrNewRollingUpdate
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
editOrNewRollingUpdateLike
public V1DeploymentStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) - Specified by:
editOrNewRollingUpdateLike
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
getType
- Specified by:
getType
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
withType
- Specified by:
withType
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1DeploymentStrategyFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1DeploymentStrategyFluent<A>>
-
toString
-