Class CustomResourceSubresourceScale
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.apiextensions.v1beta1.CustomResourceSubresourceScale
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<CustomResourceSubresourceScaleBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class CustomResourceSubresourceScale extends Object implements io.fabric8.kubernetes.api.builder.Editable<CustomResourceSubresourceScaleBuilder>, 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomResourceSubresourceScaleBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLabelSelectorPath()StringgetSpecReplicasPath()StringgetStatusReplicasPath()voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLabelSelectorPath(String labelSelectorPath)voidsetSpecReplicasPath(String specReplicasPath)voidsetStatusReplicasPath(String statusReplicasPath)CustomResourceSubresourceScaleBuildertoBuilder()
-
-
-
Method Detail
-
getLabelSelectorPath
public String getLabelSelectorPath()
-
setLabelSelectorPath
public void setLabelSelectorPath(String labelSelectorPath)
-
getSpecReplicasPath
public String getSpecReplicasPath()
-
setSpecReplicasPath
public void setSpecReplicasPath(String specReplicasPath)
-
getStatusReplicasPath
public String getStatusReplicasPath()
-
setStatusReplicasPath
public void setStatusReplicasPath(String statusReplicasPath)
-
edit
public CustomResourceSubresourceScaleBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<CustomResourceSubresourceScaleBuilder>
-
toBuilder
public CustomResourceSubresourceScaleBuilder toBuilder()
-
-