struct Kubernetes::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:

generated/models/io_k8s_apimachinery_pkg_apis_meta_v1.cr
serialization.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

def self.new(*, __pull_for_json_serializable pull : ::JSON::PullParser) #

def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node) #

Macro Detail

macro field(name, type = nil, **options, &block) #

Helper macro for defining fields with automatic camelCase conversion


Instance Method Detail

def api_version : String | Nil #

API version of the referent.


def api_version=(api_version : String | Nil) #

API version of the referent.


def block_owner_deletion : Bool | Nil #

If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.


def block_owner_deletion=(block_owner_deletion : Bool | Nil) #

If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.


def controller : Bool | Nil #

If true, this reference points to the managing controller.


def controller=(controller : Bool | Nil) #

If true, this reference points to the managing controller.


def kind : String | Nil #

Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds


def kind=(kind : String | Nil) #

Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds


def name : String | Nil #

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names


def name=(name : String | Nil) #

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names


def uid : String | Nil #

UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids


def uid=(uid : String | Nil) #

UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids