INTERFACE

KubernetesResourceControllerRelationship

link GraphQL Schema definition

  • interface KubernetesResourceControllerRelationship {
  • # For resources that define a metadata.ownerReference, this contains a link to the
  • # reference which has controller: true
  • controller: KubernetesResourceInterface
  • }

link Require by