class K8S::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).

Included Modules

Defined in:

versions/v1.16/api/core/v1/service_account_token_projection.cr

Constructors

Instance Method Summary

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(*, path : String, audience : String? = nil, expiration_seconds : Int32? = nil) #

[View source]

Instance Method Detail

def audience : String? #

[View source]
def audience=(audience : String?) #

[View source]
def expiration_seconds : Int32? #

[View source]
def expiration_seconds=(expiration_seconds : Int32?) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]