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.cr

Constructors

Instance Method Summary

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) #

Instance Method Detail

def group : String? #

def group=(group : String?) #

def read_only : Bool? #

def read_only=(read_only : Bool?) #

def registry : String #

def registry=(registry : String) #

def tenant : String? #

def tenant=(tenant : String?) #

def user : String? #

def user=(user : String?) #

def volume : String #

def volume=(volume : String) #