class K8S::Api::Extensions::V1beta1::AllowedHostPath

Overview

AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead.

Included Modules

Defined in:

versions/v1.16/api/extensions/v1beta1/allowed_host_path.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_prefix : String? = nil, read_only : Bool? = nil) #

[View source]

Instance Method Detail

def path_prefix : String? #

[View source]
def path_prefix=(path_prefix : String?) #

[View source]
def read_only : Bool? #

[View source]
def read_only=(read_only : Bool?) #

[View source]