| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperatorState |
ClusterOperatorStateBuilder.build() |
ClusterOperatorState |
ClusterStateStatusFluent.buildClusterOperator(Integer index) |
ClusterOperatorState |
ClusterStateStatusFluentImpl.buildClusterOperator(Integer index) |
ClusterOperatorState |
ClusterStateStatusFluent.buildFirstClusterOperator() |
ClusterOperatorState |
ClusterStateStatusFluentImpl.buildFirstClusterOperator() |
ClusterOperatorState |
ClusterStateStatusFluent.buildLastClusterOperator() |
ClusterOperatorState |
ClusterStateStatusFluentImpl.buildLastClusterOperator() |
ClusterOperatorState |
ClusterStateStatusFluent.buildMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate) |
ClusterOperatorState |
ClusterStateStatusFluentImpl.buildMatchingClusterOperator(Predicate<ClusterOperatorStateBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterOperatorState> |
ClusterStateStatusFluent.buildClusterOperators() |
List<ClusterOperatorState> |
ClusterStateStatusFluentImpl.buildClusterOperators() |
List<ClusterOperatorState> |
ClusterStateStatusFluent.getClusterOperators()
Deprecated.
|
List<ClusterOperatorState> |
ClusterStateStatusFluentImpl.getClusterOperators()
Deprecated.
|
List<ClusterOperatorState> |
ClusterStateStatus.getClusterOperators() |
| Modifier and Type | Method and Description |
|---|---|
A |
ClusterStateStatusFluent.addAllToClusterOperators(Collection<ClusterOperatorState> items) |
A |
ClusterStateStatusFluentImpl.addAllToClusterOperators(Collection<ClusterOperatorState> items) |
A |
ClusterStateStatusFluent.removeAllFromClusterOperators(Collection<ClusterOperatorState> items) |
A |
ClusterStateStatusFluentImpl.removeAllFromClusterOperators(Collection<ClusterOperatorState> items) |
void |
ClusterStateStatus.setClusterOperators(List<ClusterOperatorState> clusterOperators) |
A |
ClusterStateStatusFluent.withClusterOperators(List<ClusterOperatorState> clusterOperators) |
A |
ClusterStateStatusFluentImpl.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) |
ClusterOperatorStateFluentImpl(ClusterOperatorState instance) |
| Constructor and Description |
|---|
ClusterStateStatus(List<ClusterOperatorState> clusterOperators,
String lastUpdated) |
Copyright © 2015–2023 Red Hat. All rights reserved.