Package io.fabric8.kubernetes.api.model
Class VolumeMountStatusFluent<A extends VolumeMountStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.VolumeMountStatusFluent<A>
-
- Direct Known Subclasses:
ContainerStatusFluent.VolumeMountsNested,VolumeMountStatusBuilder
public class VolumeMountStatusFluent<A extends VolumeMountStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description VolumeMountStatusFluent()VolumeMountStatusFluent(VolumeMountStatus 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(VolumeMountStatus instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetMountPath()StringgetName()BooleangetReadOnly()StringgetRecursiveReadOnly()booleanhasAdditionalProperties()inthashCode()booleanhasMountPath()booleanhasName()booleanhasReadOnly()booleanhasRecursiveReadOnly()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithMountPath(String mountPath)AwithName(String name)AwithReadOnly()AwithReadOnly(Boolean readOnly)AwithRecursiveReadOnly(String recursiveReadOnly)
-
-
-
Constructor Detail
-
VolumeMountStatusFluent
public VolumeMountStatusFluent()
-
VolumeMountStatusFluent
public VolumeMountStatusFluent(VolumeMountStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(VolumeMountStatus instance)
-
getMountPath
public String getMountPath()
-
hasMountPath
public boolean hasMountPath()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getRecursiveReadOnly
public String getRecursiveReadOnly()
-
hasRecursiveReadOnly
public boolean hasRecursiveReadOnly()
-
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 VolumeMountStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeMountStatusFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-