Class V1GlusterfsVolumeSource
java.lang.Object
io.kubernetes.client.openapi.models.V1GlusterfsVolumeSource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
public class V1GlusterfsVolumeSource
extends Object
Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanendpoints is the endpoint name that details Glusterfs topology.getPath()path is the Glusterfs volume path.readOnly here will force the Glusterfs volume to be mounted with read-only permissions.inthashCode()voidsetEndpoints(String endpoints) voidvoidsetReadOnly(Boolean readOnly) toString()
-
Field Details
-
SERIALIZED_NAME_ENDPOINTS
- See Also:
-
SERIALIZED_NAME_PATH
- See Also:
-
SERIALIZED_NAME_READ_ONLY
- See Also:
-
-
Constructor Details
-
V1GlusterfsVolumeSource
public V1GlusterfsVolumeSource()
-
-
Method Details
-
endpoints
-
getEndpoints
endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod- Returns:
- endpoints
-
setEndpoints
-
path
-
getPath
path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod- Returns:
- path
-
setPath
-
readOnly
-
getReadOnly
readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod- Returns:
- readOnly
-
setReadOnly
-
equals
-
hashCode
public int hashCode() -
toString
-