INPUT_OBJECT
KubernetesResourceMetadataOwnerReferenceInput
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.
link GraphQL Schema definition
- input KubernetesResourceMetadataOwnerReferenceInput {
- # API version of the referent.
- String! :
- # Kind of the referent. More info:
- # https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- String! :
- # Name of the referent. More info:
- # http://kubernetes.io/docs/user-guide/identifiers#names
- String! :
- # UID of the referent. More info:
- # http://kubernetes.io/docs/user-guide/identifiers#uids
- String! :
- }