class Pyrite::Api::Core::V1::ObjectReference

Overview

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

Defined in:

versions/v1.14/api/core/v1/object_reference.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) #

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


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

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


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

Instance Method Detail

def api_version : String? #

def api_version=(api_version : String?) #

def field_path : String? #

def field_path=(field_path : String?) #

def kind : String? #

def kind=(kind : String?) #

def name : String? #

def name=(name : String?) #

def namespace : String? #

def namespace=(namespace : String?) #

def resource_version : String? #

def resource_version=(resource_version : String?) #

def uid : String? #

def uid=(uid : String?) #