Package io.fabric8.openshift.api.model
Interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
DeploymentConfigSpecFluent.StrategyNested<N>
- All Known Implementing Classes:
DeploymentConfigSpecFluentImpl.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.CustomParamsNested<N>static interfaceDeploymentStrategyFluent.RecreateParamsNested<N>static interfaceDeploymentStrategyFluent.ResourcesNested<N>static interfaceDeploymentStrategyFluent.RollingParamsNested<N> -
Method Summary
-
Method Details
-
getActiveDeadlineSeconds
Long getActiveDeadlineSeconds() -
withActiveDeadlineSeconds
-
hasActiveDeadlineSeconds
Boolean hasActiveDeadlineSeconds() -
addToAnnotations
-
addToAnnotations
-
removeFromAnnotations
-
removeFromAnnotations
-
getAnnotations
-
withAnnotations
-
hasAnnotations
Boolean hasAnnotations() -
getCustomParams
Deprecated.This method has been deprecated, please use method buildCustomParams instead.- Returns:
- The buildable object.
-
buildCustomParams
CustomDeploymentStrategyParams buildCustomParams() -
withCustomParams
-
hasCustomParams
Boolean hasCustomParams() -
withNewCustomParams
DeploymentStrategyFluent.CustomParamsNested<A> withNewCustomParams() -
withNewCustomParamsLike
DeploymentStrategyFluent.CustomParamsNested<A> withNewCustomParamsLike(CustomDeploymentStrategyParams item) -
editCustomParams
DeploymentStrategyFluent.CustomParamsNested<A> editCustomParams() -
editOrNewCustomParams
DeploymentStrategyFluent.CustomParamsNested<A> editOrNewCustomParams() -
editOrNewCustomParamsLike
DeploymentStrategyFluent.CustomParamsNested<A> editOrNewCustomParamsLike(CustomDeploymentStrategyParams item) -
addToLabels
-
addToLabels
-
removeFromLabels
-
removeFromLabels
-
getLabels
-
withLabels
-
hasLabels
Boolean hasLabels() -
getRecreateParams
Deprecated.This method has been deprecated, please use method buildRecreateParams instead.- Returns:
- The buildable object.
-
buildRecreateParams
RecreateDeploymentStrategyParams buildRecreateParams() -
withRecreateParams
-
hasRecreateParams
Boolean hasRecreateParams() -
withNewRecreateParams
DeploymentStrategyFluent.RecreateParamsNested<A> withNewRecreateParams() -
withNewRecreateParamsLike
DeploymentStrategyFluent.RecreateParamsNested<A> withNewRecreateParamsLike(RecreateDeploymentStrategyParams item) -
editRecreateParams
DeploymentStrategyFluent.RecreateParamsNested<A> editRecreateParams() -
editOrNewRecreateParams
DeploymentStrategyFluent.RecreateParamsNested<A> editOrNewRecreateParams() -
editOrNewRecreateParamsLike
DeploymentStrategyFluent.RecreateParamsNested<A> editOrNewRecreateParamsLike(RecreateDeploymentStrategyParams item) -
getResources
Deprecated.This method has been deprecated, please use method buildResources instead.- Returns:
- The buildable object.
-
buildResources
io.fabric8.kubernetes.api.model.ResourceRequirements buildResources() -
withResources
-
hasResources
Boolean hasResources() -
withNewResources
DeploymentStrategyFluent.ResourcesNested<A> withNewResources() -
withNewResourcesLike
DeploymentStrategyFluent.ResourcesNested<A> withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) -
editResources
DeploymentStrategyFluent.ResourcesNested<A> editResources() -
editOrNewResources
DeploymentStrategyFluent.ResourcesNested<A> editOrNewResources() -
editOrNewResourcesLike
DeploymentStrategyFluent.ResourcesNested<A> editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) -
getRollingParams
Deprecated.This method has been deprecated, please use method buildRollingParams instead.- Returns:
- The buildable object.
-
buildRollingParams
RollingDeploymentStrategyParams buildRollingParams() -
withRollingParams
-
hasRollingParams
Boolean hasRollingParams() -
withNewRollingParams
DeploymentStrategyFluent.RollingParamsNested<A> withNewRollingParams() -
withNewRollingParamsLike
DeploymentStrategyFluent.RollingParamsNested<A> withNewRollingParamsLike(RollingDeploymentStrategyParams item) -
editRollingParams
DeploymentStrategyFluent.RollingParamsNested<A> editRollingParams() -
editOrNewRollingParams
DeploymentStrategyFluent.RollingParamsNested<A> editOrNewRollingParams() -
editOrNewRollingParamsLike
DeploymentStrategyFluent.RollingParamsNested<A> editOrNewRollingParamsLike(RollingDeploymentStrategyParams item) -
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-