class Pyrite::Api::Core::V1::LocalObjectReference

Overview

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

Defined in:

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

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


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

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


def self.new(*, name : String? = nil) #

Instance Method Detail

def name : String? #

def name=(name : String?) #