class Pyrite::Api::Core::V1::VolumeProjection
Overview
Projection that may be projected along with other supported volume types
Defined in:
versions/v1.14/api/core/v1/volume_projection.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Projection that may be projected along with other supported volume types
-
.new(pull : JSON::PullParser)
Projection that may be projected along with other supported volume types
- .new(*, config_map : Api::Core::V1::ConfigMapProjection? = nil, downward_api : Api::Core::V1::DownwardAPIProjection? = nil, secret : Api::Core::V1::SecretProjection? = nil, service_account_token : Api::Core::V1::ServiceAccountTokenProjection? = nil)
Instance Method Summary
- #config_map : Api::Core::V1::ConfigMapProjection?
- #config_map=(config_map : Api::Core::V1::ConfigMapProjection?)
- #downward_api : Api::Core::V1::DownwardAPIProjection?
- #downward_api=(downward_api : Api::Core::V1::DownwardAPIProjection?)
- #secret : Api::Core::V1::SecretProjection?
- #secret=(secret : Api::Core::V1::SecretProjection?)
- #service_account_token : Api::Core::V1::ServiceAccountTokenProjection?
- #service_account_token=(service_account_token : Api::Core::V1::ServiceAccountTokenProjection?)
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)
#
Projection that may be projected along with other supported volume types
def self.new(pull : JSON::PullParser)
#
Projection that may be projected along with other supported volume types
def self.new(*, config_map : Api::Core::V1::ConfigMapProjection? = nil, downward_api : Api::Core::V1::DownwardAPIProjection? = nil, secret : Api::Core::V1::SecretProjection? = nil, service_account_token : Api::Core::V1::ServiceAccountTokenProjection? = nil)
#