class Pyrite::Api::Core::V1::SecretReference
Overview
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
Defined in:
versions/v1.14/api/core/v1/secret_reference.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
SecretReference represents a Secret Reference.
-
.new(pull : JSON::PullParser)
SecretReference represents a Secret Reference.
- .new(*, name : String? = nil, namespace : String? = nil)
Instance Method Summary
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)
#
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
def self.new(pull : JSON::PullParser)
#
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace