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.
  • apiVersion: String!
  • # Kind of the referent. More info:
  • # https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
  • kind: String!
  • # Name of the referent. More info:
  • # http://kubernetes.io/docs/user-guide/identifiers#names
  • name: String!
  • # UID of the referent. More info:
  • # http://kubernetes.io/docs/user-guide/identifiers#uids
  • uid: String!
  • }