class Pyrite::Api::Core::V1::GlusterfsPersistentVolumeSource
Overview
Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.
Defined in:
versions/v1.14/api/core/v1/glusterfs_persistent_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Represents a Glusterfs mount that lasts the lifetime of a pod.
-
.new(pull : JSON::PullParser)
Represents a Glusterfs mount that lasts the lifetime of a pod.
- .new(*, endpoints : String, endpoints_namespace : String? = nil, path : String, 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 methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.
def self.new(pull : JSON::PullParser)
#
Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.
def self.new(*, endpoints : String, endpoints_namespace : String? = nil, path : String, read_only : Bool? = nil)
#