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 A
addToAdditionalProperties(String key, Object value)
A
addToAdditionalProperties(Map<String,Object> map)
protected void
copyInstance(VolumeMountStatus instance)
boolean
equals(Object o)
Map<String,Object>
getAdditionalProperties()
String
getMountPath()
String
getName()
Boolean
getReadOnly()
String
getRecursiveReadOnly()
boolean
hasAdditionalProperties()
int
hashCode()
boolean
hasMountPath()
boolean
hasName()
boolean
hasReadOnly()
boolean
hasRecursiveReadOnly()
A
removeFromAdditionalProperties(String key)
A
removeFromAdditionalProperties(Map<String,Object> map)
String
toString()
<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)
A
withMountPath(String mountPath)
A
withName(String name)
A
withReadOnly()
A
withReadOnly(Boolean readOnly)
A
withRecursiveReadOnly(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:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeMountStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeMountStatusFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-