google_api_cloud_run v0.1.0 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
nil
. - 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
nil
. - controller (boolean()): If true, this reference points to the managing controller.
+optional Defaults to
nil
. - kind (String.t): Kind of the referent.
More info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds Defaults to
nil
. - name (String.t): Name of the referent.
More info: http://kubernetes.io/docs/user-guide/identifiers#names Defaults to
nil
. - uid (String.t): UID of the referent.
More info: http://kubernetes.io/docs/user-guide/identifiers#uids Defaults to
nil
.
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.