class K8S::Api::Core::V1::ObjectReference

Overview

ObjectReference contains enough information to let you inspect or modify the referred object.

Included Modules

Defined in:

versions/v1.11/api/core/v1/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, field_path : String? = nil, kind : String? = nil, name : String? = nil, namespace : String? = nil, resource_version : 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 field_path : String? #

[View source]
def field_path=(field_path : 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 namespace : String? #

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

[View source]
def resource_version : String? #

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

[View source]
def uid : String? #

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

[View source]