@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1beta1CustomResourceSubresourceScale extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LABEL_SELECTOR_PATH |
static String |
SERIALIZED_NAME_SPEC_REPLICAS_PATH |
static String |
SERIALIZED_NAME_STATUS_REPLICAS_PATH |
Constructor and Description |
---|
V1beta1CustomResourceSubresourceScale() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLabelSelectorPath()
labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale
`status.selector`.
|
String |
getSpecReplicasPath()
specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale
`spec.replicas`.
|
String |
getStatusReplicasPath()
statusReplicasPath defines the JSON path inside of a custom resource 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 static final String SERIALIZED_NAME_LABEL_SELECTOR_PATH
public static final String SERIALIZED_NAME_SPEC_REPLICAS_PATH
public static final String SERIALIZED_NAME_STATUS_REPLICAS_PATH
public V1beta1CustomResourceSubresourceScale()
public V1beta1CustomResourceSubresourceScale labelSelectorPath(String labelSelectorPath)
@Nullable 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 © 2020. All rights reserved.