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

Included Modules

Defined in:

versions/v1.16/api/core/v1/nfs_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(*, path : String, server : String, read_only : Bool? = nil) #

[View source]

Instance Method Detail

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 server : String #

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

[View source]