public class ClusterStateStatusFluent<A extends ClusterStateStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterStateStatusFluent.ClusterOperatorsNested<N> |
| Constructor and Description |
|---|
ClusterStateStatusFluent() |
ClusterStateStatusFluent(ClusterStateStatus instance) |
public ClusterStateStatusFluent()
public ClusterStateStatusFluent(ClusterStateStatus instance)
protected void copyInstance(ClusterStateStatus instance)
public A addToClusterOperators(int index, ClusterOperatorState item)
public A setToClusterOperators(int index, ClusterOperatorState item)
public A addToClusterOperators(ClusterOperatorState... items)
public A addAllToClusterOperators(Collection<ClusterOperatorState> items)
public A removeFromClusterOperators(ClusterOperatorState... items)
public A removeAllFromClusterOperators(Collection<ClusterOperatorState> items)
public A removeMatchingFromClusterOperators(Predicate<ClusterOperatorStateBuilder> predicate)
public List<ClusterOperatorState> buildClusterOperators()
public ClusterOperatorState buildClusterOperator(int index)
public ClusterOperatorState buildFirstClusterOperator()
public ClusterOperatorState buildLastClusterOperator()
public ClusterOperatorState buildMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)
public boolean hasMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)
public A withClusterOperators(List<ClusterOperatorState> clusterOperators)
public A withClusterOperators(ClusterOperatorState... clusterOperators)
public boolean hasClusterOperators()
public ClusterStateStatusFluent.ClusterOperatorsNested<A> addNewClusterOperator()
public ClusterStateStatusFluent.ClusterOperatorsNested<A> addNewClusterOperatorLike(ClusterOperatorState item)
public ClusterStateStatusFluent.ClusterOperatorsNested<A> setNewClusterOperatorLike(int index, ClusterOperatorState item)
public ClusterStateStatusFluent.ClusterOperatorsNested<A> editClusterOperator(int index)
public ClusterStateStatusFluent.ClusterOperatorsNested<A> editFirstClusterOperator()
public ClusterStateStatusFluent.ClusterOperatorsNested<A> editLastClusterOperator()
public ClusterStateStatusFluent.ClusterOperatorsNested<A> editMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)
public String getLastUpdated()
public boolean hasLastUpdated()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterStateStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterStateStatusFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.