class K8S::Api::Core::V1::TypedLocalObjectReference

Overview

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

Included Modules

Defined in:

versions/v1.19/api/core/v1/typed_local_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(*, kind : String, name : String, api_group : String? = nil) #

[View source]

Instance Method Detail

def api_group : String? #

[View source]
def api_group=(api_group : 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]