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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Represents an NFS mount that lasts the lifetime of a pod.
-
.new(pull : JSON::PullParser)
Represents an NFS mount that lasts the lifetime of a pod.
- .new(*, path : String, read_only : Bool? = nil, server : String)
Instance Method Summary
- #path : String
- #path=(path : String)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #server : String
- #server=(server : String)
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.