class Pyrite::Api::Core::V1::ServiceAccount
- Pyrite::Api::Core::V1::ServiceAccount
- Pyrite::Kubernetes::Object
- Pyrite::Kubernetes::Resource
- Pyrite::Kubernetes::Spec
- Reference
- Object
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.crConstructors
-
.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
-
.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
- .new(*, automount_service_account_token : Bool? = nil, image_pull_secrets : Array? = nil, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, secrets : Array? = nil)
Instance Method Summary
- #automount_service_account_token : Bool?
- #automount_service_account_token=(automount_service_account_token : Bool?)
- #image_pull_secrets : Array(Api::Core::V1::LocalObjectReference)?
- #image_pull_secrets=(image_pull_secrets : Array(Api::Core::V1::LocalObjectReference)?)
- #secrets : Array(Api::Core::V1::ObjectReference)?
- #secrets=(secrets : Array(Api::Core::V1::ObjectReference)?)
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
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
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