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.V1RollingUpdateDeploymenteditOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) booleanio.kubernetes.client.openapi.models.V1RollingUpdateDeploymentDeprecated.getType()inthashCode()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:
getRollingUpdatein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>- Returns:
- The buildable object.
-
buildRollingUpdate
public io.kubernetes.client.openapi.models.V1RollingUpdateDeployment buildRollingUpdate()- Specified by:
buildRollingUpdatein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
withRollingUpdate
public A withRollingUpdate(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment rollingUpdate) - Specified by:
withRollingUpdatein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
hasRollingUpdate
- Specified by:
hasRollingUpdatein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
withNewRollingUpdate
- Specified by:
withNewRollingUpdatein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
withNewRollingUpdateLike
public V1DeploymentStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) - Specified by:
withNewRollingUpdateLikein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
editRollingUpdate
- Specified by:
editRollingUpdatein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
editOrNewRollingUpdate
- Specified by:
editOrNewRollingUpdatein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
editOrNewRollingUpdateLike
public V1DeploymentStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) - Specified by:
editOrNewRollingUpdateLikein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
getType
- Specified by:
getTypein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
withType
- Specified by:
withTypein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceV1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1DeploymentStrategyFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1DeploymentStrategyFluent<A>>
-
toString
-