Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

schema

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference

Hierarchy

  • OwnerReference

Index

Properties

Readonly apiVersion

apiVersion: string

API version of the referent.

schema

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference#apiVersion

Optional Readonly 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. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.

default

false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.

schema

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference#blockOwnerDeletion

Optional Readonly controller

controller: boolean

If true, this reference points to the managing controller.

schema

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference#controller

Readonly kind

kind: string
schema

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference#kind

Readonly name

name: string
schema

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference#name

Readonly uid

uid: string
schema

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference#uid

Generated using TypeDoc