class K8S::Api::Core::V1::GlusterfsPersistentVolumeSource
- K8S::Api::Core::V1::GlusterfsPersistentVolumeSource
- 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
- YAML::Serializable
Defined in:
versions/v1.13/api/core/v1/glusterfs_persistent_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, endpoints : String, path : String, endpoints_namespace : String? = nil, read_only : Bool? = nil)
Instance Method Summary
- #endpoints : String
- #endpoints=(endpoints : String)
- #endpoints_namespace : String?
- #endpoints_namespace=(endpoints_namespace : String?)
- #path : String
- #path=(path : String)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
Constructor Detail
def self.new(*, endpoints : String, path : String, endpoints_namespace : String? = nil, read_only : Bool? = nil)
#