Files
go/kubernetes/docs/V1GlusterfsVolumeSource.md
2019-03-26 08:13:00 -07:00

880 B

V1GlusterfsVolumeSource

Properties

Name Type Description Notes
Endpoints string EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
Path string Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
ReadOnly bool ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod [optional]

[Back to Model list] [Back to API list] [Back to README]