public class V1beta1CustomResourceSubresourceScale extends Object
Constructor and Description |
---|
V1beta1CustomResourceSubresourceScale() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLabelSelectorPath()
LabelSelectorPath defines the JSON path inside of a CustomResource that corresponds to Scale.Status.Selector.
|
String |
getSpecReplicasPath()
SpecReplicasPath defines the JSON path inside of a CustomResource that corresponds to Scale.Spec.Replicas.
|
String |
getStatusReplicasPath()
StatusReplicasPath defines the JSON path inside of a CustomResource that corresponds to Scale.Status.Replicas.
|
int |
hashCode() |
V1beta1CustomResourceSubresourceScale |
labelSelectorPath(String labelSelectorPath) |
void |
setLabelSelectorPath(String labelSelectorPath) |
void |
setSpecReplicasPath(String specReplicasPath) |
void |
setStatusReplicasPath(String statusReplicasPath) |
V1beta1CustomResourceSubresourceScale |
specReplicasPath(String specReplicasPath) |
V1beta1CustomResourceSubresourceScale |
statusReplicasPath(String statusReplicasPath) |
String |
toString() |
public V1beta1CustomResourceSubresourceScale()
public V1beta1CustomResourceSubresourceScale labelSelectorPath(String labelSelectorPath)
public String getLabelSelectorPath()
public void setLabelSelectorPath(String labelSelectorPath)
public V1beta1CustomResourceSubresourceScale specReplicasPath(String specReplicasPath)
public String getSpecReplicasPath()
public void setSpecReplicasPath(String specReplicasPath)
public V1beta1CustomResourceSubresourceScale statusReplicasPath(String statusReplicasPath)
public String getStatusReplicasPath()
public void setStatusReplicasPath(String statusReplicasPath)
Copyright © 2019. All rights reserved.