interface ListPoolsResponse {
    pools: K8s.v1.Pool[];
    totalCount: number;
}

Properties

Properties

pools: K8s.v1.Pool[]

Paginated returned pools.

totalCount: number

Total number of pools that exists for the cluster.