INTERFACE

KubernetesResourceConnectorRelationship

link GraphQL Schema definition

  • interface KubernetesResourceConnectorRelationship {
  • # For Pods that are load-balanced through a Service, this provides a link to the
  • # service(s) that connect to this Pod
  • connector: [KubernetesResourceInterface!]
  • }