public interface ClusterStateStatusFluent<A extends ClusterStateStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterStateStatusFluent.ClusterOperatorsNested<N> |
A addToClusterOperators(Integer index, ClusterOperatorState item)
A setToClusterOperators(Integer index, ClusterOperatorState item)
A addToClusterOperators(ClusterOperatorState... items)
A addAllToClusterOperators(Collection<ClusterOperatorState> items)
A removeFromClusterOperators(ClusterOperatorState... items)
A removeAllFromClusterOperators(Collection<ClusterOperatorState> items)
A removeMatchingFromClusterOperators(Predicate<ClusterOperatorStateBuilder> predicate)
@Deprecated List<ClusterOperatorState> getClusterOperators()
List<ClusterOperatorState> buildClusterOperators()
ClusterOperatorState buildClusterOperator(Integer index)
ClusterOperatorState buildFirstClusterOperator()
ClusterOperatorState buildLastClusterOperator()
ClusterOperatorState buildMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)
Boolean hasMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)
A withClusterOperators(List<ClusterOperatorState> clusterOperators)
A withClusterOperators(ClusterOperatorState... clusterOperators)
Boolean hasClusterOperators()
ClusterStateStatusFluent.ClusterOperatorsNested<A> addNewClusterOperator()
ClusterStateStatusFluent.ClusterOperatorsNested<A> addNewClusterOperatorLike(ClusterOperatorState item)
ClusterStateStatusFluent.ClusterOperatorsNested<A> setNewClusterOperatorLike(Integer index, ClusterOperatorState item)
ClusterStateStatusFluent.ClusterOperatorsNested<A> editClusterOperator(Integer index)
ClusterStateStatusFluent.ClusterOperatorsNested<A> editFirstClusterOperator()
ClusterStateStatusFluent.ClusterOperatorsNested<A> editLastClusterOperator()
ClusterStateStatusFluent.ClusterOperatorsNested<A> editMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate)
String getLastUpdated()
Boolean hasLastUpdated()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.