class K8S::Api::Authentication::V1::BoundObjectReference

Overview

BoundObjectReference is a reference to an object that a token is bound to.

Included Modules

Defined in:

versions/v1.16/api/authentication/v1/bound_object_reference.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(*, api_version : String? = nil, kind : String? = nil, name : String? = nil, uid : String? = nil) #

[View source]

Instance Method Detail

def api_version : String? #

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

[View source]
def kind : String? #

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

[View source]
def name : String? #

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

[View source]
def uid : String? #

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

[View source]