Class RolloutProgressiveBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.cluster.v1alpha1.RolloutProgressiveFluent<RolloutProgressiveBuilder>
-
- io.fabric8.openclustermanagement.api.model.cluster.v1alpha1.RolloutProgressiveBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<RolloutProgressive>,io.fabric8.kubernetes.api.builder.Visitable<RolloutProgressiveBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<RolloutProgressive,RolloutProgressiveBuilder>
public class RolloutProgressiveBuilder extends RolloutProgressiveFluent<RolloutProgressiveBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RolloutProgressive,RolloutProgressiveBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openclustermanagement.api.model.cluster.v1alpha1.RolloutProgressiveFluent
RolloutProgressiveFluent.MandatoryDecisionGroupsNested<N>, RolloutProgressiveFluent.MaxConcurrencyNested<N>, RolloutProgressiveFluent.MaxFailuresNested<N>
-
-
Constructor Summary
Constructors Constructor Description RolloutProgressiveBuilder()RolloutProgressiveBuilder(RolloutProgressive instance)RolloutProgressiveBuilder(RolloutProgressiveFluent<?> fluent)RolloutProgressiveBuilder(RolloutProgressiveFluent<?> fluent, RolloutProgressive instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RolloutProgressivebuild()-
Methods inherited from class io.fabric8.openclustermanagement.api.model.cluster.v1alpha1.RolloutProgressiveFluent
addAllToMandatoryDecisionGroups, addNewMandatoryDecisionGroup, addNewMandatoryDecisionGroup, addNewMandatoryDecisionGroupLike, addToAdditionalProperties, addToAdditionalProperties, addToMandatoryDecisionGroups, addToMandatoryDecisionGroups, buildFirstMandatoryDecisionGroup, buildLastMandatoryDecisionGroup, buildMandatoryDecisionGroup, buildMandatoryDecisionGroups, buildMatchingMandatoryDecisionGroup, buildMaxConcurrency, buildMaxFailures, copyInstance, editFirstMandatoryDecisionGroup, editLastMandatoryDecisionGroup, editMandatoryDecisionGroup, editMatchingMandatoryDecisionGroup, editMaxConcurrency, editMaxFailures, editOrNewMaxConcurrency, editOrNewMaxConcurrencyLike, editOrNewMaxFailures, editOrNewMaxFailuresLike, equals, getAdditionalProperties, getMinSuccessTime, getProgressDeadline, hasAdditionalProperties, hashCode, hasMandatoryDecisionGroups, hasMatchingMandatoryDecisionGroup, hasMaxConcurrency, hasMaxFailures, hasMinSuccessTime, hasProgressDeadline, removeAllFromMandatoryDecisionGroups, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromMandatoryDecisionGroups, removeMatchingFromMandatoryDecisionGroups, setNewMandatoryDecisionGroupLike, setToMandatoryDecisionGroups, toString, withAdditionalProperties, withMandatoryDecisionGroups, withMandatoryDecisionGroups, withMaxConcurrency, withMaxFailures, withMinSuccessTime, withNewMaxConcurrency, withNewMaxConcurrency, withNewMaxConcurrencyLike, withNewMaxFailures, withNewMaxFailures, withNewMaxFailuresLike, withProgressDeadline
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
RolloutProgressiveBuilder
public RolloutProgressiveBuilder()
-
RolloutProgressiveBuilder
public RolloutProgressiveBuilder(RolloutProgressiveFluent<?> fluent)
-
RolloutProgressiveBuilder
public RolloutProgressiveBuilder(RolloutProgressiveFluent<?> fluent, RolloutProgressive instance)
-
RolloutProgressiveBuilder
public RolloutProgressiveBuilder(RolloutProgressive instance)
-
-
Method Detail
-
build
public RolloutProgressive build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<RolloutProgressive>
-
-