class K8S::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.

Included Modules

Defined in:

versions/v1.15/api/core/v1/quobyte_volume_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, registry : String, volume : String, group : String? = nil, read_only : Bool? = nil, tenant : String? = nil, user : String? = nil) #

[View source]

Instance Method Detail

def group : String? #

[View source]
def group=(group : String?) #

[View source]
def read_only : Bool? #

[View source]
def read_only=(read_only : Bool?) #

[View source]
def registry : String #

[View source]
def registry=(registry : String) #

[View source]
def tenant : String? #

[View source]
def tenant=(tenant : String?) #

[View source]
def user : String? #

[View source]
def user=(user : String?) #

[View source]
def volume : String #

[View source]
def volume=(volume : String) #

[View source]