Class MachinePoolStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.MachinePoolStatusFluent<MachinePoolStatusBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.MachinePoolStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<MachinePoolStatus>,io.fabric8.kubernetes.api.builder.Visitable<MachinePoolStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<MachinePoolStatus,MachinePoolStatusBuilder>
public class MachinePoolStatusBuilder extends MachinePoolStatusFluent<MachinePoolStatusBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<MachinePoolStatus,MachinePoolStatusBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.v1.MachinePoolStatusFluent
MachinePoolStatusFluent.ConditionsNested<N>, MachinePoolStatusFluent.MachineSetsNested<N>, MachinePoolStatusFluent.OwnedTaintsNested<N>
-
-
Constructor Summary
Constructors Constructor Description MachinePoolStatusBuilder()MachinePoolStatusBuilder(MachinePoolStatus instance)MachinePoolStatusBuilder(MachinePoolStatusFluent<?> fluent)MachinePoolStatusBuilder(MachinePoolStatusFluent<?> fluent, MachinePoolStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MachinePoolStatusbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.MachinePoolStatusFluent
addAllToConditions, addAllToMachineSets, addAllToOwnedLabels, addAllToOwnedMachineLabels, addAllToOwnedTaints, addNewCondition, addNewConditionLike, addNewMachineSet, addNewMachineSetLike, addNewOwnedTaint, addNewOwnedTaint, addNewOwnedTaintLike, addToAdditionalProperties, addToAdditionalProperties, addToConditions, addToConditions, addToMachineSets, addToMachineSets, addToOwnedLabels, addToOwnedLabels, addToOwnedMachineLabels, addToOwnedMachineLabels, addToOwnedTaints, addToOwnedTaints, buildCondition, buildConditions, buildFirstCondition, buildFirstMachineSet, buildFirstOwnedTaint, buildLastCondition, buildLastMachineSet, buildLastOwnedTaint, buildMachineSet, buildMachineSets, buildMatchingCondition, buildMatchingMachineSet, buildMatchingOwnedTaint, buildOwnedTaint, buildOwnedTaints, copyInstance, editCondition, editFirstCondition, editFirstMachineSet, editFirstOwnedTaint, editLastCondition, editLastMachineSet, editLastOwnedTaint, editMachineSet, editMatchingCondition, editMatchingMachineSet, editMatchingOwnedTaint, editOwnedTaint, equals, getAdditionalProperties, getControlledByReplica, getFirstOwnedLabel, getFirstOwnedMachineLabel, getLastOwnedLabel, getLastOwnedMachineLabel, getMatchingOwnedLabel, getMatchingOwnedMachineLabel, getOwnedLabel, getOwnedLabels, getOwnedMachineLabel, getOwnedMachineLabels, getReplicas, hasAdditionalProperties, hasConditions, hasControlledByReplica, hashCode, hasMachineSets, hasMatchingCondition, hasMatchingMachineSet, hasMatchingOwnedLabel, hasMatchingOwnedMachineLabel, hasMatchingOwnedTaint, hasOwnedLabels, hasOwnedMachineLabels, hasOwnedTaints, hasReplicas, removeAllFromConditions, removeAllFromMachineSets, removeAllFromOwnedLabels, removeAllFromOwnedMachineLabels, removeAllFromOwnedTaints, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromConditions, removeFromMachineSets, removeFromOwnedLabels, removeFromOwnedMachineLabels, removeFromOwnedTaints, removeMatchingFromConditions, removeMatchingFromMachineSets, removeMatchingFromOwnedTaints, setNewConditionLike, setNewMachineSetLike, setNewOwnedTaintLike, setToConditions, setToMachineSets, setToOwnedLabels, setToOwnedMachineLabels, setToOwnedTaints, toString, withAdditionalProperties, withConditions, withConditions, withControlledByReplica, withMachineSets, withMachineSets, withOwnedLabels, withOwnedLabels, withOwnedMachineLabels, withOwnedMachineLabels, withOwnedTaints, withOwnedTaints, withReplicas
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
MachinePoolStatusBuilder
public MachinePoolStatusBuilder()
-
MachinePoolStatusBuilder
public MachinePoolStatusBuilder(MachinePoolStatusFluent<?> fluent)
-
MachinePoolStatusBuilder
public MachinePoolStatusBuilder(MachinePoolStatus instance)
-
MachinePoolStatusBuilder
public MachinePoolStatusBuilder(MachinePoolStatusFluent<?> fluent, MachinePoolStatus instance)
-
-
Method Detail
-
build
public MachinePoolStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<MachinePoolStatus>
-
-