Kazan v0.9.0 Kazan.Models.Apimachinery.Meta.V1.OwnerReference View Source

OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.

OpenAPI Definition: io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference

Properties

  • api_version :: String

    • API version of the referent.
  • block_owner_deletion :: 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.
  • controller :: Boolean

    • If true, this reference points to the managing controller.
  • kind :: String

  • name :: String

  • uid :: String