Class ClusterStateStatusFluent<A extends ClusterStateStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterStateStatusFluent<A>
-
- Direct Known Subclasses:
ClusterStateFluent.StatusNested,ClusterStateStatusBuilder
public class ClusterStateStatusFluent<A extends ClusterStateStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classClusterStateStatusFluent.ClusterOperatorsNested<N>
-
Constructor Summary
Constructors Constructor Description ClusterStateStatusFluent()ClusterStateStatusFluent(ClusterStateStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
ClusterStateStatusFluent
public ClusterStateStatusFluent()
-
ClusterStateStatusFluent
public ClusterStateStatusFluent(ClusterStateStatus instance)
-
-
Method Detail
-
addAllToClusterOperators
public A addAllToClusterOperators(Collection<ClusterOperatorState> items)
-
addNewClusterOperator
public ClusterStateStatusFluent.ClusterOperatorsNested<A> addNewClusterOperator()
-
addNewClusterOperatorLike
public ClusterStateStatusFluent.ClusterOperatorsNested<A> addNewClusterOperatorLike(ClusterOperatorState item)
-
addToClusterOperators
public A addToClusterOperators(ClusterOperatorState... items)
-
addToClusterOperators
public A addToClusterOperators(int index, ClusterOperatorState item)
-
buildClusterOperator
public ClusterOperatorState buildClusterOperator(int index)
-
buildClusterOperators
public List<ClusterOperatorState> buildClusterOperators()
-
buildFirstClusterOperator
public ClusterOperatorState buildFirstClusterOperator()
-
buildLastClusterOperator
public ClusterOperatorState buildLastClusterOperator()
-
buildMatchingClusterOperator
public ClusterOperatorState buildMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)
-
copyInstance
protected void copyInstance(ClusterStateStatus instance)
-
editClusterOperator
public ClusterStateStatusFluent.ClusterOperatorsNested<A> editClusterOperator(int index)
-
editFirstClusterOperator
public ClusterStateStatusFluent.ClusterOperatorsNested<A> editFirstClusterOperator()
-
editLastClusterOperator
public ClusterStateStatusFluent.ClusterOperatorsNested<A> editLastClusterOperator()
-
editMatchingClusterOperator
public ClusterStateStatusFluent.ClusterOperatorsNested<A> editMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterStateStatusFluent<A>>
-
getLastUpdated
public String getLastUpdated()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasClusterOperators
public boolean hasClusterOperators()
-
hasLastUpdated
public boolean hasLastUpdated()
-
hasMatchingClusterOperator
public boolean hasMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterStateStatusFluent<A>>
-
removeAllFromClusterOperators
public A removeAllFromClusterOperators(Collection<ClusterOperatorState> items)
-
removeFromClusterOperators
public A removeFromClusterOperators(ClusterOperatorState... items)
-
removeMatchingFromClusterOperators
public A removeMatchingFromClusterOperators(Predicate<ClusterOperatorStateBuilder> predicate)
-
setNewClusterOperatorLike
public ClusterStateStatusFluent.ClusterOperatorsNested<A> setNewClusterOperatorLike(int index, ClusterOperatorState item)
-
setToClusterOperators
public A setToClusterOperators(int index, ClusterOperatorState item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withClusterOperators
public A withClusterOperators(List<ClusterOperatorState> clusterOperators)
-
withClusterOperators
public A withClusterOperators(ClusterOperatorState... clusterOperators)
-
-