class Pyrite::Api::Core::V1::CephFSPersistentVolumeSource

Overview

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

Defined in:

versions/v1.14/api/core/v1/ceph_fs_persistent_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 Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.


def self.new(pull : JSON::PullParser) #

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.


def self.new(*, monitors : Array, path : String? = nil, read_only : Bool? = nil, secret_file : String? = nil, secret_ref : Api::Core::V1::SecretReference? = nil, user : String? = nil) #

Instance Method Detail

def monitors : Array(String) #

def monitors=(monitors : Array(String)) #

def path : String? #

def path=(path : String?) #

def read_only : Bool? #

def read_only=(read_only : Bool?) #

def secret_file : String? #

def secret_file=(secret_file : String?) #

def secret_ref : Api::Core::V1::SecretReference? #

def secret_ref=(secret_ref : Api::Core::V1::SecretReference?) #

def user : String? #

def user=(user : String?) #