OBJECT

K8sRbsInfo

Description

Deprecated. Use KuprClusterPortsInfoType instead.

link GraphQL Schema definition

  • type K8sRbsInfo {
  • # UUID of the Kubernetes cluster.
  • kuprClusterUuid: UUID!
  • # The lower bound (inclusive) of a particular the port range.
  • minPort: Int!
  • # The upper bound (inclusive) of a particular the port range.
  • maxPort: Int!
  • }