Class DoneableDeploymentStrategy
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.apps.DeploymentStrategyFluentImpl<DoneableDeploymentStrategy>
io.fabric8.kubernetes.api.model.apps.DoneableDeploymentStrategy
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableDeploymentStrategy>,io.fabric8.kubernetes.api.builder.Visitable<DoneableDeploymentStrategy>,DeploymentStrategyFluent<DoneableDeploymentStrategy>,io.fabric8.kubernetes.api.model.Doneable<DeploymentStrategy>
public class DoneableDeploymentStrategy extends DeploymentStrategyFluentImpl<DoneableDeploymentStrategy> implements io.fabric8.kubernetes.api.model.Doneable<DeploymentStrategy>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.apps.DeploymentStrategyFluentImpl
DeploymentStrategyFluentImpl.RollingUpdateNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.apps.DeploymentStrategyFluent
DeploymentStrategyFluent.RollingUpdateNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableDeploymentStrategy(io.fabric8.kubernetes.api.builder.Function<DeploymentStrategy,DeploymentStrategy> function)DoneableDeploymentStrategy(DeploymentStrategy item)DoneableDeploymentStrategy(DeploymentStrategy item, io.fabric8.kubernetes.api.builder.Function<DeploymentStrategy,DeploymentStrategy> function) -
Method Summary
Modifier and Type Method Description DeploymentStrategydone()Methods inherited from class io.fabric8.kubernetes.api.model.apps.DeploymentStrategyFluentImpl
buildRollingUpdate, editOrNewRollingUpdate, editOrNewRollingUpdateLike, editRollingUpdate, equals, getRollingUpdate, getType, hasRollingUpdate, hasType, withNewRollingUpdate, withNewRollingUpdateLike, withNewType, withNewType, withNewType, withRollingUpdate, withType
-
Constructor Details
-
DoneableDeploymentStrategy
public DoneableDeploymentStrategy(io.fabric8.kubernetes.api.builder.Function<DeploymentStrategy,DeploymentStrategy> function) -
DoneableDeploymentStrategy
public DoneableDeploymentStrategy(DeploymentStrategy item, io.fabric8.kubernetes.api.builder.Function<DeploymentStrategy,DeploymentStrategy> function) -
DoneableDeploymentStrategy
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<DeploymentStrategy>
-