google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.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.
Attributes
- apiVersion (String.t): API version of the referent. Defaults to:
null
. - 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. +optional Defaults to:
null
. - controller (boolean()): If true, this reference points to the managing controller. +optional Defaults to:
null
. - kind (String.t): Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds Defaults to:
null
. - name (String.t): Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names Defaults to:
null
. - uid (String.t): UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.