class K8S::Api::Core::V1::Secret

Overview

Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.

Included Modules

Defined in:

versions/v1.18/api/core/v1/secret.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module K8S::Kubernetes::Resource::Object

api_version : String api_version, kind : String kind, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? metadata, metadata! : Apimachinery::Apis::Meta::V1::ObjectMeta metadata!

Instance methods inherited from class K8S::Kubernetes::Resource

api_version : String api_version, kind : String kind

Constructor methods inherited from class K8S::Kubernetes::Resource

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Class methods inherited from class K8S::Kubernetes::Resource

from_file(file) from_file, from_files(*paths) from_files

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(*, data : Hash(String, String)? = nil, immutable : Bool? = nil, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, string_data : Hash(String, String)? = nil, type : String? = nil) #

[View source]

Class Method Detail

def self.from_h(hash) #

[View source]

Instance Method Detail

def api_version : String #

[View source]
def data : Hash(String, String)? #

[View source]
def data=(data : Hash(String, String)?) #

[View source]
def immutable : Bool? #

[View source]
def immutable=(immutable : Bool?) #

[View source]
def kind : String #

[View source]
def merge(other) #

[View source]

[View source]
def metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?) #

[View source]
def string_data : Hash(String, String)? #

[View source]
def string_data=(string_data : Hash(String, String)?) #

[View source]
def to_h #

[View source]
def type : String? #

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

[View source]