class Pyrite::Api::Core::V1::DownwardAPIVolumeFile
Overview
DownwardAPIVolumeFile represents information to create the file containing the pod field
Defined in:
versions/v1.14/api/core/v1/downward_api_volume_file.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DownwardAPIVolumeFile represents information to create the file containing the pod field
-
.new(pull : JSON::PullParser)
DownwardAPIVolumeFile represents information to create the file containing the pod field
- .new(*, field_ref : Api::Core::V1::ObjectFieldSelector? = nil, mode : Int32? = nil, path : String, resource_field_ref : Api::Core::V1::ResourceFieldSelector? = nil)
Instance Method Summary
- #field_ref : Api::Core::V1::ObjectFieldSelector?
- #field_ref=(field_ref : Api::Core::V1::ObjectFieldSelector?)
- #mode : Int32?
- #mode=(mode : Int32?)
- #path : String
- #path=(path : String)
- #resource_field_ref : Api::Core::V1::ResourceFieldSelector?
- #resource_field_ref=(resource_field_ref : Api::Core::V1::ResourceFieldSelector?)
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)
#
DownwardAPIVolumeFile represents information to create the file containing the pod field
def self.new(pull : JSON::PullParser)
#
DownwardAPIVolumeFile represents information to create the file containing the pod field
def self.new(*, field_ref : Api::Core::V1::ObjectFieldSelector? = nil, mode : Int32? = nil, path : String, resource_field_ref : Api::Core::V1::ResourceFieldSelector? = nil)
#