Uses of Class
io.fabric8.openshift.api.model.hive.v1.MachinePoolCondition
-
Packages that use MachinePoolCondition Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of MachinePoolCondition in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return MachinePoolCondition Modifier and Type Method Description MachinePoolConditionMachinePoolConditionBuilder. build()MachinePoolConditionMachinePoolStatusFluent. buildCondition(int index)MachinePoolConditionMachinePoolStatusFluent. buildFirstCondition()MachinePoolConditionMachinePoolStatusFluent. buildLastCondition()MachinePoolConditionMachinePoolStatusFluent. buildMatchingCondition(Predicate<MachinePoolConditionBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type MachinePoolCondition Modifier and Type Method Description List<MachinePoolCondition>MachinePoolStatusFluent. buildConditions()List<MachinePoolCondition>MachinePoolStatus. getConditions()Conditions includes more detailed status for the cluster deploymentMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolCondition Modifier and Type Method Description MachinePoolStatusFluent.ConditionsNested<A>MachinePoolStatusFluent. addNewConditionLike(MachinePoolCondition item)AMachinePoolStatusFluent. addToConditions(int index, MachinePoolCondition item)AMachinePoolStatusFluent. addToConditions(MachinePoolCondition... items)protected voidMachinePoolConditionFluent. copyInstance(MachinePoolCondition instance)AMachinePoolStatusFluent. removeFromConditions(MachinePoolCondition... items)MachinePoolStatusFluent.ConditionsNested<A>MachinePoolStatusFluent. setNewConditionLike(int index, MachinePoolCondition item)AMachinePoolStatusFluent. setToConditions(int index, MachinePoolCondition item)AMachinePoolStatusFluent. withConditions(MachinePoolCondition... conditions)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type MachinePoolCondition Modifier and Type Method Description AMachinePoolStatusFluent. addAllToConditions(Collection<MachinePoolCondition> items)AMachinePoolStatusFluent. removeAllFromConditions(Collection<MachinePoolCondition> items)voidMachinePoolStatus. setConditions(List<MachinePoolCondition> conditions)Conditions includes more detailed status for the cluster deploymentAMachinePoolStatusFluent. withConditions(List<MachinePoolCondition> conditions)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type MachinePoolCondition Constructor Description MachinePoolConditionBuilder(MachinePoolCondition instance)MachinePoolConditionBuilder(MachinePoolConditionFluent<?> fluent, MachinePoolCondition instance)MachinePoolConditionFluent(MachinePoolCondition instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type MachinePoolCondition Constructor Description MachinePoolStatus(List<MachinePoolCondition> conditions, Long controlledByReplica, List<MachineSetStatus> machineSets, List<String> ownedLabels, List<String> ownedMachineLabels, List<TaintIdentifier> ownedTaints, Integer replicas)
-