class K8S::Api::Core::V1::GlusterfsVolumeSource
- K8S::Api::Core::V1::GlusterfsVolumeSource
- Reference
- Object
Overview
Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/core/v1/glusterfs_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, endpoints : String, path : String, read_only : Bool? = nil)
Instance Method Summary
- #endpoints : String
- #endpoints=(endpoints : String)
- #path : String
- #path=(path : String)
- #read_only : Bool?
- #read_only=(read_only : Bool?)