| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.clusterautoscaling.v1 |
| Modifier and Type | Method and Description |
|---|---|
ClusterAutoscalerSpec |
ClusterAutoscalerSpecBuilder.build() |
ClusterAutoscalerSpec |
ClusterAutoscalerFluent.buildSpec() |
ClusterAutoscalerSpec |
ClusterAutoscaler.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClusterAutoscalerSpecFluent.copyInstance(ClusterAutoscalerSpec instance) |
ClusterAutoscalerFluent.SpecNested<A> |
ClusterAutoscalerFluent.editOrNewSpecLike(ClusterAutoscalerSpec item) |
void |
ClusterAutoscaler.setSpec(ClusterAutoscalerSpec spec) |
ClusterAutoscalerFluent.SpecNested<A> |
ClusterAutoscalerFluent.withNewSpecLike(ClusterAutoscalerSpec item) |
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(ClusterAutoscalerSpecFluent<?> fluent,
ClusterAutoscalerSpec instance) |
ClusterAutoscalerSpecFluent(ClusterAutoscalerSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.