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.cr

Constructors

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


def self.new(*, name : String? = nil, namespace : String? = nil) #

Instance Method Detail

def name : String? #

def name=(name : String?) #

def namespace : String? #

def namespace=(namespace : String?) #