OBJECT
NodeTunnelStatusConnection
Description
Support tunnel status of all nodes in a cluster.
link GraphQL Schema definition
- type NodeTunnelStatusConnection {
- # List of node tunnel status.
- : [NodeTunnelStatus!]!
- # Whether there are more nodes.
- : Boolean
- # Next cursor.
- : String
- # Total number of nodes.
- : Long
- }