INTERFACE

KubernetesResourceConnectionInterface

Interface for all KubernetesResourceConnections

link GraphQL Schema definition

  • interface KubernetesResourceConnectionInterface {
  • # Count of elements in the current page
  • count: Int!
  • # Edges to nodes available through the connection
  • edges: [KubernetesResourceConnectionEdgeInterface!]
  • # Paging support
  • pageInfo: PageInfo!
  • # Optional remaining element count when available
  • remainingCount: Int
  • # Kubernetes ResourceVersion for this page
  • resourceVersion: String
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }