@Generated(value="jsonschema2pojo") public class CustomResourceSubresourceScale extends Object implements io.fabric8.kubernetes.api.builder.Editable<CustomResourceSubresourceScaleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
CustomResourceSubresourceScale()
No args constructor for use in serialization
|
CustomResourceSubresourceScale(String labelSelectorPath,
String specReplicasPath,
String statusReplicasPath) |
| Modifier and Type | Method and Description |
|---|---|
CustomResourceSubresourceScaleBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getLabelSelectorPath() |
String |
getSpecReplicasPath() |
String |
getStatusReplicasPath() |
void |
setAdditionalProperties(Map<String,Object> additionalProperties) |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLabelSelectorPath(String labelSelectorPath) |
void |
setSpecReplicasPath(String specReplicasPath) |
void |
setStatusReplicasPath(String statusReplicasPath) |
CustomResourceSubresourceScaleBuilder |
toBuilder() |
public CustomResourceSubresourceScale()
public String getLabelSelectorPath()
public void setLabelSelectorPath(String labelSelectorPath)
public String getSpecReplicasPath()
public void setSpecReplicasPath(String specReplicasPath)
public String getStatusReplicasPath()
public void setStatusReplicasPath(String statusReplicasPath)
public CustomResourceSubresourceScaleBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<CustomResourceSubresourceScaleBuilder>public CustomResourceSubresourceScaleBuilder toBuilder()
Copyright © 2015–2025 Red Hat. All rights reserved.