INTERFACE

KubernetesResourceControllingRelationship

link GraphQL Schema definition

  • interface KubernetesResourceControllingRelationship {
  • # For resource types that control other resources, this provides a connection to
  • # the managed resources
  • #
  • # Arguments
  • # after: relay-compatible cursor for paging
  • # first: relay-compatible page size
  • controlling(after: String, first: Int): KubernetesResourceInterfaceConnection
  • }