| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.clusterautoscaling.v1 |
| Modifier and Type | Method and Description |
|---|---|
ClusterAutoscalerSpec |
ClusterAutoscalerSpecBuilder.build() |
ClusterAutoscalerSpec |
ClusterAutoscalerFluentImpl.buildSpec() |
ClusterAutoscalerSpec |
ClusterAutoscalerFluent.buildSpec() |
ClusterAutoscalerSpec |
ClusterAutoscalerFluentImpl.getSpec()
Deprecated.
|
ClusterAutoscalerSpec |
ClusterAutoscalerFluent.getSpec()
Deprecated.
|
ClusterAutoscalerSpec |
ClusterAutoscaler.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ClusterAutoscalerFluent.SpecNested<A> |
ClusterAutoscalerFluentImpl.editOrNewSpecLike(ClusterAutoscalerSpec item) |
ClusterAutoscalerFluent.SpecNested<A> |
ClusterAutoscalerFluent.editOrNewSpecLike(ClusterAutoscalerSpec item) |
void |
ClusterAutoscaler.setSpec(ClusterAutoscalerSpec spec) |
ClusterAutoscalerFluent.SpecNested<A> |
ClusterAutoscalerFluentImpl.withNewSpecLike(ClusterAutoscalerSpec item) |
ClusterAutoscalerFluent.SpecNested<A> |
ClusterAutoscalerFluent.withNewSpecLike(ClusterAutoscalerSpec item) |
A |
ClusterAutoscalerFluentImpl.withSpec(ClusterAutoscalerSpec spec) |
A |
ClusterAutoscalerFluent.withSpec(ClusterAutoscalerSpec spec) |
| Constructor and Description |
|---|
ClusterAutoscaler(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ClusterAutoscalerSpec spec,
ClusterAutoscalerStatus status) |
ClusterAutoscalerSpecBuilder(ClusterAutoscalerSpec instance) |
ClusterAutoscalerSpecBuilder(ClusterAutoscalerSpec instance,
Boolean validationEnabled) |
ClusterAutoscalerSpecBuilder(ClusterAutoscalerSpecFluent<?> fluent,
ClusterAutoscalerSpec instance) |
ClusterAutoscalerSpecBuilder(ClusterAutoscalerSpecFluent<?> fluent,
ClusterAutoscalerSpec instance,
Boolean validationEnabled) |
ClusterAutoscalerSpecFluentImpl(ClusterAutoscalerSpec instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.