OBJECT

K8sNamespaceEdge

Description

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

link GraphQL Schema definition

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