| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
ClusterPoolSpec |
ClusterPoolSpecBuilder.build() |
ClusterPoolSpec |
ClusterPoolFluent.buildSpec() |
ClusterPoolSpec |
ClusterPoolFluentImpl.buildSpec() |
ClusterPoolSpec |
ClusterPoolFluent.getSpec()
Deprecated.
|
ClusterPoolSpec |
ClusterPoolFluentImpl.getSpec()
Deprecated.
|
ClusterPoolSpec |
ClusterPool.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ClusterPoolFluent.SpecNested<A> |
ClusterPoolFluent.editOrNewSpecLike(ClusterPoolSpec item) |
ClusterPoolFluent.SpecNested<A> |
ClusterPoolFluentImpl.editOrNewSpecLike(ClusterPoolSpec item) |
void |
ClusterPool.setSpec(ClusterPoolSpec spec) |
ClusterPoolFluent.SpecNested<A> |
ClusterPoolFluent.withNewSpecLike(ClusterPoolSpec item) |
ClusterPoolFluent.SpecNested<A> |
ClusterPoolFluentImpl.withNewSpecLike(ClusterPoolSpec item) |
A |
ClusterPoolFluent.withSpec(ClusterPoolSpec spec) |
A |
ClusterPoolFluentImpl.withSpec(ClusterPoolSpec spec) |
| Constructor and Description |
|---|
ClusterPool(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ClusterPoolSpec spec,
ClusterPoolStatus status) |
ClusterPoolSpecBuilder(ClusterPoolSpec instance) |
ClusterPoolSpecBuilder(ClusterPoolSpec instance,
Boolean validationEnabled) |
ClusterPoolSpecBuilder(ClusterPoolSpecFluent<?> fluent,
ClusterPoolSpec instance) |
ClusterPoolSpecBuilder(ClusterPoolSpecFluent<?> fluent,
ClusterPoolSpec instance,
Boolean validationEnabled) |
ClusterPoolSpecFluentImpl(ClusterPoolSpec instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.