class K8S::Apimachinery::Apis::Meta::V1::OwnerReference

Overview

OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.

Included Modules

Defined in:

versions/v1.19/apimachinery/apis/meta/v1/owner_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, kind : String, name : String, uid : String, block_owner_deletion : Bool? = nil, controller : Bool? = nil) #

[View source]

Instance Method Detail

def api_version : String #

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

[View source]
def block_owner_deletion : Bool? #

[View source]
def block_owner_deletion=(block_owner_deletion : Bool?) #

[View source]
def controller : Bool? #

[View source]
def controller=(controller : Bool?) #

[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]