class K8S::Api::Core::V1::SecretReference
- K8S::Api::Core::V1::SecretReference
- Reference
- Object
Overview
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/core/v1/secret_reference.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, name : String? = nil, namespace : String? = nil)