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

Included Modules

Defined in:

versions/v1.18/api/core/v1/ceph_fs_persistent_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(*, monitors : Array(String), path : String? = nil, read_only : Bool? = nil, secret_file : String? = nil, secret_ref : Api::Core::V1::SecretReference? = nil, user : String? = nil) #

[View source]

Instance Method Detail

def monitors : Array(String) #

[View source]
def monitors=(monitors : Array(String)) #

[View source]
def path : String? #

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

[View source]
def read_only : Bool? #

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

[View source]
def secret_file : String? #

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

[View source]
def secret_ref : Api::Core::V1::SecretReference? #

[View source]
def secret_ref=(secret_ref : Api::Core::V1::SecretReference?) #

[View source]
def user : String? #

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

[View source]