INTERFACE
KubernetesResourceConnectionInterface
Interface for all KubernetesResourceConnections
link GraphQL Schema definition
- interface KubernetesResourceConnectionInterface {
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- KubernetesResourceConnectionEdgeInterface!] : [
- # Paging support
- PageInfo! :
- # Optional remaining element count when available
- Int :
- # Kubernetes ResourceVersion for this page
- String :
- # Optional total elements count across all pages when available
- Int :
- }