class K8S::Api::Core::V1::Secret
- K8S::Api::Core::V1::Secret
- K8S::Kubernetes::Resource
- Reference
- Object
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
- JSON::Serializable
- JSON::Serializable::Unmapped
- K8S::Kubernetes::Resource::Object
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.13/api/core/v1/secret.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, data : Hash(String, String)? = nil, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, string_data : Hash(String, String)? = nil, type : String? = nil)
Class Method Summary
Instance Method Summary
- #api_version : String
- #data : Hash(String, String)?
- #data=(data : Hash(String, String)?)
- #kind : String
- #merge(other)
-
#metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
Standard object's metadata.
-
#metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
Standard object's metadata.
- #string_data : Hash(String, String)?
- #string_data=(string_data : Hash(String, String)?)
- #to_h
- #type : String?
- #type=(type : String?)
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(*, data : Hash(String, String)? = nil, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, string_data : Hash(String, String)? = nil, type : String? = nil)
#
Class Method Detail
Instance Method Detail
def metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
#
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
def metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
#
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata