Class CustomResourceSubresourceScale
java.lang.Object
io.fabric8.kubernetes.api.model.apiextensions.CustomResourceSubresourceScale
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class CustomResourceSubresourceScale extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CustomResourceSubresourceScale()No args constructor for use in serializationCustomResourceSubresourceScale(String labelSelectorPath, String specReplicasPath, String statusReplicasPath) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetLabelSelectorPath()StringgetSpecReplicasPath()StringgetStatusReplicasPath()voidsetAdditionalProperty(String name, Object value)voidsetLabelSelectorPath(String labelSelectorPath)voidsetSpecReplicasPath(String specReplicasPath)voidsetStatusReplicasPath(String statusReplicasPath)
-
Constructor Details
-
CustomResourceSubresourceScale
public CustomResourceSubresourceScale()No args constructor for use in serialization -
CustomResourceSubresourceScale
public CustomResourceSubresourceScale(String labelSelectorPath, String specReplicasPath, String statusReplicasPath)- Parameters:
statusReplicasPath-labelSelectorPath-specReplicasPath-
-
-
Method Details
-
getLabelSelectorPath
- Returns:
- The labelSelectorPath
-
setLabelSelectorPath
- Parameters:
labelSelectorPath- The labelSelectorPath
-
getSpecReplicasPath
- Returns:
- The specReplicasPath
-
setSpecReplicasPath
- Parameters:
specReplicasPath- The specReplicasPath
-
getStatusReplicasPath
- Returns:
- The statusReplicasPath
-
setStatusReplicasPath
- Parameters:
statusReplicasPath- The statusReplicasPath
-
getAdditionalProperties
-
setAdditionalProperty
-