Interface V1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1DeploymentSpecFluent.StrategyNested<N>
- All Known Implementing Classes:
V1DeploymentStrategyBuilder
,V1DeploymentStrategyFluentImpl
public interface V1DeploymentStrategyFluent<A extends V1DeploymentStrategyFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1RollingUpdateDeployment
editOrNewRollingUpdateLike
(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) io.kubernetes.client.openapi.models.V1RollingUpdateDeployment
Deprecated.getType()
hasType()
withNewRollingUpdateLike
(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) withRollingUpdate
(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment rollingUpdate)
-
Method Details
-
getRollingUpdate
Deprecated.This method has been deprecated, please use method buildRollingUpdate instead.- Returns:
- The buildable object.
-
buildRollingUpdate
io.kubernetes.client.openapi.models.V1RollingUpdateDeployment buildRollingUpdate() -
withRollingUpdate
-
hasRollingUpdate
Boolean hasRollingUpdate() -
withNewRollingUpdate
V1DeploymentStrategyFluent.RollingUpdateNested<A> withNewRollingUpdate() -
withNewRollingUpdateLike
V1DeploymentStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) -
editRollingUpdate
V1DeploymentStrategyFluent.RollingUpdateNested<A> editRollingUpdate() -
editOrNewRollingUpdate
V1DeploymentStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdate() -
editOrNewRollingUpdateLike
V1DeploymentStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDeployment item) -
getType
String getType() -
withType
-
hasType
Boolean hasType()
-