| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperatorSpec |
ClusterOperatorSpecBuilder.build() |
ClusterOperatorSpec |
ClusterOperatorFluent.buildSpec() |
ClusterOperatorSpec |
ClusterOperatorFluentImpl.buildSpec() |
ClusterOperatorSpec |
ClusterOperatorFluent.getSpec()
Deprecated.
|
ClusterOperatorSpec |
ClusterOperatorFluentImpl.getSpec()
Deprecated.
|
ClusterOperatorSpec |
ClusterOperator.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperatorFluent.SpecNested<A> |
ClusterOperatorFluent.editOrNewSpecLike(ClusterOperatorSpec item) |
ClusterOperatorFluent.SpecNested<A> |
ClusterOperatorFluentImpl.editOrNewSpecLike(ClusterOperatorSpec item) |
void |
ClusterOperator.setSpec(ClusterOperatorSpec spec) |
ClusterOperatorFluent.SpecNested<A> |
ClusterOperatorFluent.withNewSpecLike(ClusterOperatorSpec item) |
ClusterOperatorFluent.SpecNested<A> |
ClusterOperatorFluentImpl.withNewSpecLike(ClusterOperatorSpec item) |
A |
ClusterOperatorFluent.withSpec(ClusterOperatorSpec spec) |
A |
ClusterOperatorFluentImpl.withSpec(ClusterOperatorSpec spec) |
| Constructor and Description |
|---|
ClusterOperator(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ClusterOperatorSpec spec,
ClusterOperatorStatus status) |
ClusterOperatorSpecBuilder(ClusterOperatorSpec instance) |
ClusterOperatorSpecBuilder(ClusterOperatorSpec instance,
Boolean validationEnabled) |
ClusterOperatorSpecBuilder(ClusterOperatorSpecFluent<?> fluent,
ClusterOperatorSpec instance) |
ClusterOperatorSpecBuilder(ClusterOperatorSpecFluent<?> fluent,
ClusterOperatorSpec instance,
Boolean validationEnabled) |
ClusterOperatorSpecFluentImpl(ClusterOperatorSpec instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.