Class CustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.apiextensions.v1beta1.CustomResourceSubresourceScaleFluent<A>
-
- Direct Known Subclasses:
CustomResourceSubresourceScaleBuilder,CustomResourceSubresourcesFluent.ScaleNested
public class CustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description CustomResourceSubresourceScaleFluent()CustomResourceSubresourceScaleFluent(CustomResourceSubresourceScale instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(CustomResourceSubresourceScale instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetLabelSelectorPath()StringgetSpecReplicasPath()StringgetStatusReplicasPath()booleanhasAdditionalProperties()inthashCode()booleanhasLabelSelectorPath()booleanhasSpecReplicasPath()booleanhasStatusReplicasPath()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithLabelSelectorPath(String labelSelectorPath)AwithSpecReplicasPath(String specReplicasPath)AwithStatusReplicasPath(String statusReplicasPath)
-
-
-
Constructor Detail
-
CustomResourceSubresourceScaleFluent
public CustomResourceSubresourceScaleFluent()
-
CustomResourceSubresourceScaleFluent
public CustomResourceSubresourceScaleFluent(CustomResourceSubresourceScale instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CustomResourceSubresourceScale instance)
-
getLabelSelectorPath
public String getLabelSelectorPath()
-
hasLabelSelectorPath
public boolean hasLabelSelectorPath()
-
getSpecReplicasPath
public String getSpecReplicasPath()
-
hasSpecReplicasPath
public boolean hasSpecReplicasPath()
-
getStatusReplicasPath
public String getStatusReplicasPath()
-
hasStatusReplicasPath
public boolean hasStatusReplicasPath()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
-