class Pyrite::Api::Core::V1::ServiceAccountTokenProjection
Overview
ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).
Defined in:
versions/v1.14/api/core/v1/service_account_token_projection.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ServiceAccountTokenProjection represents a projected service account token volume.
-
.new(pull : JSON::PullParser)
ServiceAccountTokenProjection represents a projected service account token volume.
- .new(*, audience : String? = nil, expiration_seconds : Int32? = nil, path : String)
Instance Method Summary
- #audience : String?
- #audience=(audience : String?)
- #expiration_seconds : Int32?
- #expiration_seconds=(expiration_seconds : Int32?)
- #path : String
- #path=(path : String)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).
ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).