class K8S::Api::Core::V1::ServiceAccount

Overview

ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets

Included Modules

Defined in:

versions/v1.20/api/core/v1/service_account.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(*, automount_service_account_token : Bool? = nil, image_pull_secrets : Array(Api::Core::V1::LocalObjectReference)? = nil, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, secrets : Array(Api::Core::V1::ObjectReference)? = nil) #

[View source]

Class Method Detail

def self.from_h(hash) #

[View source]

Instance Method Detail

def api_version : String #

[View source]
def automount_service_account_token : Bool? #

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

[View source]
def image_pull_secrets : Array(Api::Core::V1::LocalObjectReference)? #

[View source]
def image_pull_secrets=(image_pull_secrets : Array(Api::Core::V1::LocalObjectReference)?) #

[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 secrets : Array(Api::Core::V1::ObjectReference)? #

[View source]
def secrets=(secrets : Array(Api::Core::V1::ObjectReference)?) #

[View source]
def to_h #

[View source]