Interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
DeploymentSpecFluent.StrategyNested<N>
- All Known Implementing Classes:
DeploymentSpecFluentImpl.StrategyNestedImpl,DeploymentStrategyBuilder,DeploymentStrategyFluentImpl,DoneableDeploymentStrategy
public interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDeploymentStrategyFluent.RollingUpdateNested<N> -
Method Summary
Modifier and Type Method Description RollingUpdateDeploymentbuildRollingUpdate()DeploymentStrategyFluent.RollingUpdateNested<A>editOrNewRollingUpdate()DeploymentStrategyFluent.RollingUpdateNested<A>editOrNewRollingUpdateLike(RollingUpdateDeployment item)DeploymentStrategyFluent.RollingUpdateNested<A>editRollingUpdate()RollingUpdateDeploymentgetRollingUpdate()Deprecated.StringgetType()BooleanhasRollingUpdate()BooleanhasType()DeploymentStrategyFluent.RollingUpdateNested<A>withNewRollingUpdate()DeploymentStrategyFluent.RollingUpdateNested<A>withNewRollingUpdateLike(RollingUpdateDeployment item)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithRollingUpdate(RollingUpdateDeployment rollingUpdate)AwithType(String type)
-
Method Details
-
getRollingUpdate
Deprecated.This method has been deprecated, please use method buildRollingUpdate instead.- Returns:
- The buildable object.
-
buildRollingUpdate
RollingUpdateDeployment buildRollingUpdate() -
withRollingUpdate
-
hasRollingUpdate
Boolean hasRollingUpdate() -
withNewRollingUpdate
DeploymentStrategyFluent.RollingUpdateNested<A> withNewRollingUpdate() -
withNewRollingUpdateLike
DeploymentStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(RollingUpdateDeployment item) -
editRollingUpdate
DeploymentStrategyFluent.RollingUpdateNested<A> editRollingUpdate() -
editOrNewRollingUpdate
DeploymentStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdate() -
editOrNewRollingUpdateLike
DeploymentStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(RollingUpdateDeployment item) -
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-