class K8S::Api::Core::V1::GlusterfsPersistentVolumeSource

Overview

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

Included Modules

Defined in:

versions/v1.15/api/core/v1/glusterfs_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(*, endpoints : String, path : String, endpoints_namespace : String? = nil, read_only : Bool? = nil) #

[View source]

Instance Method Detail

def endpoints : String #

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

[View source]
def endpoints_namespace : String? #

[View source]
def endpoints_namespace=(endpoints_namespace : 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]