Interface: KubeOwnerReference
Properties
apiVersion
apiVersion: string;
API version of the referent.
Defined in
blockOwnerDeletion
blockOwnerDeletion: boolean;
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
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.
Defined in
controller
controller: boolean;
If true, this reference points to the managing controller.
Defined in
kind
kind: string;
Kind of the referent.
Defined in
name
name: string;
Name of the referent.
Defined in
uid
uid: string;
UID of the referent.