class K8S::Api::Core::V1::QuobyteVolumeSource
- K8S::Api::Core::V1::QuobyteVolumeSource
- Reference
- Object
Overview
Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte 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.15/api/core/v1/quobyte_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, registry : String, volume : String, group : String? = nil, read_only : Bool? = nil, tenant : String? = nil, user : String? = nil)
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 Detail
def self.new(*, registry : String, volume : String, group : String? = nil, read_only : Bool? = nil, tenant : String? = nil, user : String? = nil)
#