class Pyrite::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

Defined in:

versions/v1.14/api/core/v1/service_account.cr

Constructors

Instance Method Summary

Instance methods inherited from class Pyrite::Kubernetes::Object

metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? metadata, metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?) metadata=

Constructor methods inherited from class Pyrite::Kubernetes::Object

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

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

api_version : String api_version, kind : String kind

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

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

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) #

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


def self.new(pull : JSON::PullParser) #

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


def self.new(*, automount_service_account_token : Bool? = nil, image_pull_secrets : Array? = nil, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, secrets : Array? = nil) #

Instance Method Detail

def automount_service_account_token : Bool? #

def automount_service_account_token=(automount_service_account_token : Bool?) #

def image_pull_secrets : Array(Api::Core::V1::LocalObjectReference)? #

def image_pull_secrets=(image_pull_secrets : Array(Api::Core::V1::LocalObjectReference)?) #

def secrets : Array(Api::Core::V1::ObjectReference)? #

def secrets=(secrets : Array(Api::Core::V1::ObjectReference)?) #