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

Defined in:

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


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

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


def self.new(*, endpoints : String, endpoints_namespace : String? = nil, path : String, read_only : Bool? = nil) #

Instance Method Detail

def endpoints : String #

def endpoints=(endpoints : String) #

def endpoints_namespace : String? #

def endpoints_namespace=(endpoints_namespace : String?) #

def path : String #

def path=(path : String) #

def read_only : Bool? #

def read_only=(read_only : Bool?) #