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.cr

Constructors

Instance Method Summary

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

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


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

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


def self.new(*, audience : String? = nil, expiration_seconds : Int32? = nil, path : String) #

Instance Method Detail

def audience : String? #

def audience=(audience : String?) #

def expiration_seconds : Int32? #

def expiration_seconds=(expiration_seconds : Int32?) #

def path : String #

def path=(path : String) #