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.
- String! :
- # The actual K8sNamespace object wrapped by this edge.
- K8sNamespace! :
- }