OBJECT

K8sClusterEdge

Description

Wrapper around the K8sCluster object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type K8sClusterEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual K8sCluster object wrapped by this edge.
  • node: K8sCluster!
  • }