| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperatorState |
ClusterOperatorStateBuilder.build() |
ClusterOperatorState |
ClusterStateStatusFluent.buildClusterOperator(int index) |
ClusterOperatorState |
ClusterStateStatusFluent.buildFirstClusterOperator() |
ClusterOperatorState |
ClusterStateStatusFluent.buildLastClusterOperator() |
ClusterOperatorState |
ClusterStateStatusFluent.buildMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterOperatorState> |
ClusterStateStatusFluent.buildClusterOperators() |
List<ClusterOperatorState> |
ClusterStateStatus.getClusterOperators() |
| Modifier and Type | Method and Description |
|---|---|
ClusterStateStatusFluent.ClusterOperatorsNested<A> |
ClusterStateStatusFluent.addNewClusterOperatorLike(ClusterOperatorState item) |
A |
ClusterStateStatusFluent.addToClusterOperators(ClusterOperatorState... items) |
A |
ClusterStateStatusFluent.addToClusterOperators(int index,
ClusterOperatorState item) |
A |
ClusterStateStatusFluent.removeFromClusterOperators(ClusterOperatorState... items) |
ClusterStateStatusFluent.ClusterOperatorsNested<A> |
ClusterStateStatusFluent.setNewClusterOperatorLike(int index,
ClusterOperatorState item) |
A |
ClusterStateStatusFluent.setToClusterOperators(int index,
ClusterOperatorState item) |
A |
ClusterStateStatusFluent.withClusterOperators(ClusterOperatorState... clusterOperators) |
| Modifier and Type | Method and Description |
|---|---|
A |
ClusterStateStatusFluent.addAllToClusterOperators(Collection<ClusterOperatorState> items) |
A |
ClusterStateStatusFluent.removeAllFromClusterOperators(Collection<ClusterOperatorState> items) |
void |
ClusterStateStatus.setClusterOperators(List<ClusterOperatorState> clusterOperators) |
A |
ClusterStateStatusFluent.withClusterOperators(List<ClusterOperatorState> clusterOperators) |
| Constructor and Description |
|---|
ClusterOperatorStateBuilder(ClusterOperatorState instance) |
ClusterOperatorStateBuilder(ClusterOperatorState instance,
Boolean validationEnabled) |
ClusterOperatorStateBuilder(ClusterOperatorStateFluent<?> fluent,
ClusterOperatorState instance) |
ClusterOperatorStateBuilder(ClusterOperatorStateFluent<?> fluent,
ClusterOperatorState instance,
Boolean validationEnabled) |
ClusterOperatorStateFluent(ClusterOperatorState instance) |
| Constructor and Description |
|---|
ClusterStateStatus(List<ClusterOperatorState> clusterOperators,
String lastUpdated) |
Copyright © 2015–2023 Red Hat. All rights reserved.