class K8S::Api::Core::V1::SecretReference

Overview

SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace

Included Modules

Defined in:

versions/v1.12/api/core/v1/secret_reference.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(*, name : String? = nil, namespace : String? = nil) #

[View source]

Instance Method Detail

def name : String? #

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

[View source]
def namespace : String? #

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

[View source]