class Pyrite::Api::Core::V1::QuobyteVolumeSource
Overview
Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.
Defined in:
versions/v1.14/api/core/v1/quobyte_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Represents a Quobyte mount that lasts the lifetime of a pod.
-
.new(pull : JSON::PullParser)
Represents a Quobyte mount that lasts the lifetime of a pod.
- .new(*, group : String? = nil, read_only : Bool? = nil, registry : String, tenant : String? = nil, user : String? = nil, volume : String)
Instance Method Summary
- #group : String?
- #group=(group : String?)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #registry : String
- #registry=(registry : String)
- #tenant : String?
- #tenant=(tenant : String?)
- #user : String?
- #user=(user : String?)
- #volume : String
- #volume=(volume : String)
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 Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.
def self.new(pull : JSON::PullParser)
#
Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.
def self.new(*, group : String? = nil, read_only : Bool? = nil, registry : String, tenant : String? = nil, user : String? = nil, volume : String)
#