class Pyrite::Api::Core::V1::NFSVolumeSource

Overview

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

Defined in:

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


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

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


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

Instance Method Detail

def path : String #

def path=(path : String) #

def read_only : Bool? #

def read_only=(read_only : Bool?) #

def server : String #

def server=(server : String) #