Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterOperatorState
-
Packages that use ClusterOperatorState Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterOperatorState in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterOperatorState Modifier and Type Method Description ClusterOperatorStateClusterOperatorStateBuilder. build()ClusterOperatorStateClusterStateStatusFluent. buildClusterOperator(int index)ClusterOperatorStateClusterStateStatusFluent. buildFirstClusterOperator()ClusterOperatorStateClusterStateStatusFluent. buildLastClusterOperator()ClusterOperatorStateClusterStateStatusFluent. buildMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type ClusterOperatorState Modifier and Type Method Description List<ClusterOperatorState>ClusterStateStatusFluent. buildClusterOperators()List<ClusterOperatorState>ClusterStateStatus. getClusterOperators()ClusterOperators contains the state for every cluster operator in the target clusterMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterOperatorState Modifier and Type Method Description ClusterStateStatusFluent.ClusterOperatorsNested<A>ClusterStateStatusFluent. addNewClusterOperatorLike(ClusterOperatorState item)AClusterStateStatusFluent. addToClusterOperators(int index, ClusterOperatorState item)AClusterStateStatusFluent. addToClusterOperators(ClusterOperatorState... items)protected voidClusterOperatorStateFluent. copyInstance(ClusterOperatorState instance)AClusterStateStatusFluent. removeFromClusterOperators(ClusterOperatorState... items)ClusterStateStatusFluent.ClusterOperatorsNested<A>ClusterStateStatusFluent. setNewClusterOperatorLike(int index, ClusterOperatorState item)AClusterStateStatusFluent. setToClusterOperators(int index, ClusterOperatorState item)AClusterStateStatusFluent. withClusterOperators(ClusterOperatorState... clusterOperators)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type ClusterOperatorState Modifier and Type Method Description AClusterStateStatusFluent. addAllToClusterOperators(Collection<ClusterOperatorState> items)AClusterStateStatusFluent. removeAllFromClusterOperators(Collection<ClusterOperatorState> items)voidClusterStateStatus. setClusterOperators(List<ClusterOperatorState> clusterOperators)ClusterOperators contains the state for every cluster operator in the target clusterAClusterStateStatusFluent. withClusterOperators(List<ClusterOperatorState> clusterOperators)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterOperatorState Constructor Description ClusterOperatorStateBuilder(ClusterOperatorState instance)ClusterOperatorStateBuilder(ClusterOperatorStateFluent<?> fluent, ClusterOperatorState instance)ClusterOperatorStateFluent(ClusterOperatorState instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type ClusterOperatorState Constructor Description ClusterStateStatus(List<ClusterOperatorState> clusterOperators, String lastUpdated)
-