Package io.fabric8.openshift.api.model
Class DoneableDeploymentStrategy
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.DeploymentStrategyFluentImpl<DoneableDeploymentStrategy>
io.fabric8.openshift.api.model.DoneableDeploymentStrategy
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableDeploymentStrategy>,io.fabric8.kubernetes.api.builder.Visitable<DoneableDeploymentStrategy>,io.fabric8.kubernetes.api.model.Doneable<DeploymentStrategy>,DeploymentStrategyFluent<DoneableDeploymentStrategy>
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.openshift.api.model.DeploymentStrategyFluentImpl
DeploymentStrategyFluentImpl.CustomParamsNestedImpl<N>, DeploymentStrategyFluentImpl.RecreateParamsNestedImpl<N>, DeploymentStrategyFluentImpl.ResourcesNestedImpl<N>, DeploymentStrategyFluentImpl.RollingParamsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.DeploymentStrategyFluent
DeploymentStrategyFluent.CustomParamsNested<N>, DeploymentStrategyFluent.RecreateParamsNested<N>, DeploymentStrategyFluent.ResourcesNested<N>, DeploymentStrategyFluent.RollingParamsNested<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.openshift.api.model.DeploymentStrategyFluentImpl
addToAnnotations, addToAnnotations, addToLabels, addToLabels, buildCustomParams, buildRecreateParams, buildResources, buildRollingParams, editCustomParams, editOrNewCustomParams, editOrNewCustomParamsLike, editOrNewRecreateParams, editOrNewRecreateParamsLike, editOrNewResources, editOrNewResourcesLike, editOrNewRollingParams, editOrNewRollingParamsLike, editRecreateParams, editResources, editRollingParams, equals, getActiveDeadlineSeconds, getAnnotations, getCustomParams, getLabels, getRecreateParams, getResources, getRollingParams, getType, hasActiveDeadlineSeconds, hasAnnotations, hasCustomParams, hasLabels, hasRecreateParams, hasResources, hasRollingParams, hasType, removeFromAnnotations, removeFromAnnotations, removeFromLabels, removeFromLabels, withActiveDeadlineSeconds, withAnnotations, withCustomParams, withLabels, withNewCustomParams, withNewCustomParamsLike, withNewRecreateParams, withNewRecreateParamsLike, withNewResources, withNewResourcesLike, withNewRollingParams, withNewRollingParamsLike, withNewType, withNewType, withNewType, withRecreateParams, withResources, withRollingParams, 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>
-