Class VolumeMountsFluent<A extends VolumeMountsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.VolumeMountsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ContainersFluent.VolumeMountsNested,VolumeMountsBuilder
public class VolumeMountsFluent<A extends VolumeMountsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description VolumeMountsFluent()VolumeMountsFluent(VolumeMounts instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMountPath()StringgetMountPropagation()StringgetName()BooleangetReadOnly()StringgetSubPath()StringgetSubPathExpr()inthashCode()booleanhasMountPath()booleanhasMountPropagation()booleanhasName()booleanhasReadOnly()booleanhasSubPath()booleanhasSubPathExpr()StringtoString()AwithMountPath(String mountPath)AwithMountPropagation(String mountPropagation)AwithName(String name)AwithReadOnly()AwithReadOnly(Boolean readOnly)AwithSubPath(String subPath)AwithSubPathExpr(String subPathExpr)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
VolumeMountsFluent
public VolumeMountsFluent()
-
VolumeMountsFluent
public VolumeMountsFluent(VolumeMounts instance)
-
-
Method Detail
-
getMountPath
public String getMountPath()
-
hasMountPath
public boolean hasMountPath()
-
getMountPropagation
public String getMountPropagation()
-
hasMountPropagation
public boolean hasMountPropagation()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getSubPath
public String getSubPath()
-
hasSubPath
public boolean hasSubPath()
-
getSubPathExpr
public String getSubPathExpr()
-
hasSubPathExpr
public boolean hasSubPathExpr()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeMountsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeMountsFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-