OBJECT

KubernetesResourceKindConnection

Connection for KubernetesResourceKind

link GraphQL Schema definition

  • type KubernetesResourceKindConnection implements Connection {
  • # Count of elements in the current page
  • count: Int!
  • # Edges to nodes available through the connection
  • edges: [KubernetesResourceKindConnectionEdge!]
  • # Paging support
  • pageInfo: PageInfo!
  • # Optional remaining element count when available
  • remainingCount: Int
  • # short-cut accessor to page contents
  • resourceKinds: [KubernetesResourceKind!]
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }