public class CustomResourceSubresourceScale extends Object implements 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 |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getLabelSelectorPath() |
String |
getSpecReplicasPath() |
String |
getStatusReplicasPath() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLabelSelectorPath(String labelSelectorPath) |
void |
setSpecReplicasPath(String specReplicasPath) |
void |
setStatusReplicasPath(String statusReplicasPath) |
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)
Copyright © 2015–2022 Red Hat. All rights reserved.