Package io.fabric8.openshift.api.model
Class DoneableDeploymentConfigSpec
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.DeploymentConfigSpecFluentImpl<DoneableDeploymentConfigSpec>
io.fabric8.openshift.api.model.DoneableDeploymentConfigSpec
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableDeploymentConfigSpec>,io.fabric8.kubernetes.api.builder.Visitable<DoneableDeploymentConfigSpec>,io.fabric8.kubernetes.api.model.Doneable<DeploymentConfigSpec>,DeploymentConfigSpecFluent<DoneableDeploymentConfigSpec>
public class DoneableDeploymentConfigSpec extends DeploymentConfigSpecFluentImpl<DoneableDeploymentConfigSpec> implements io.fabric8.kubernetes.api.model.Doneable<DeploymentConfigSpec>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.DeploymentConfigSpecFluentImpl
DeploymentConfigSpecFluentImpl.StrategyNestedImpl<N>, DeploymentConfigSpecFluentImpl.TemplateNestedImpl<N>, DeploymentConfigSpecFluentImpl.TriggersNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.DeploymentConfigSpecFluent
DeploymentConfigSpecFluent.StrategyNested<N>, DeploymentConfigSpecFluent.TemplateNested<N>, DeploymentConfigSpecFluent.TriggersNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableDeploymentConfigSpec(io.fabric8.kubernetes.api.builder.Function<DeploymentConfigSpec,DeploymentConfigSpec> function)DoneableDeploymentConfigSpec(DeploymentConfigSpec item)DoneableDeploymentConfigSpec(DeploymentConfigSpec item, io.fabric8.kubernetes.api.builder.Function<DeploymentConfigSpec,DeploymentConfigSpec> function) -
Method Summary
Modifier and Type Method Description DeploymentConfigSpecdone()Methods inherited from class io.fabric8.openshift.api.model.DeploymentConfigSpecFluentImpl
addAllToTriggers, addNewTrigger, addNewTriggerLike, addToSelector, addToSelector, addToTriggers, addToTriggers, buildFirstTrigger, buildLastTrigger, buildMatchingTrigger, buildStrategy, buildTemplate, buildTrigger, buildTriggers, editFirstTrigger, editLastTrigger, editMatchingTrigger, editOrNewStrategy, editOrNewStrategyLike, editOrNewTemplate, editOrNewTemplateLike, editStrategy, editTemplate, editTrigger, equals, getMinReadySeconds, getReplicas, getRevisionHistoryLimit, getSelector, getStrategy, getTemplate, getTriggers, hasMatchingTrigger, hasMinReadySeconds, hasPaused, hasReplicas, hasRevisionHistoryLimit, hasSelector, hasStrategy, hasTemplate, hasTest, hasTriggers, isPaused, isTest, removeAllFromTriggers, removeFromSelector, removeFromSelector, removeFromTriggers, removeMatchingFromTriggers, setNewTriggerLike, setToTriggers, withMinReadySeconds, withNewMinReadySeconds, withNewMinReadySeconds, withNewPaused, withNewPaused, withNewReplicas, withNewReplicas, withNewRevisionHistoryLimit, withNewRevisionHistoryLimit, withNewStrategy, withNewStrategyLike, withNewTemplate, withNewTemplateLike, withNewTest, withNewTest, withPaused, withReplicas, withRevisionHistoryLimit, withSelector, withStrategy, withTemplate, withTest, withTriggers, withTriggers
-
Constructor Details
-
DoneableDeploymentConfigSpec
public DoneableDeploymentConfigSpec(io.fabric8.kubernetes.api.builder.Function<DeploymentConfigSpec,DeploymentConfigSpec> function) -
DoneableDeploymentConfigSpec
public DoneableDeploymentConfigSpec(DeploymentConfigSpec item, io.fabric8.kubernetes.api.builder.Function<DeploymentConfigSpec,DeploymentConfigSpec> function) -
DoneableDeploymentConfigSpec
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<DeploymentConfigSpec>
-