File tree Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -6623,19 +6623,28 @@ paths:
6623
6623
schema:
6624
6624
type: object
6625
6625
properties:
6626
- endpoints :
6626
+ data :
6627
6627
type: array
6628
- description: >
6629
- The Kubernetes API server endpoints for this cluster.
6630
6628
items:
6631
- type: object
6632
- properties:
6633
- endpoint:
6634
- type: string
6635
- readOnly: true
6636
- description: >
6637
- A Kubernetes API server endpoint for this cluster.
6638
- example: "https://192.0.2.1:6443"
6629
+ endpoints:
6630
+ type: array
6631
+ description: >
6632
+ The Kubernetes API server endpoints for this cluster.
6633
+ items:
6634
+ type: object
6635
+ properties:
6636
+ endpoint:
6637
+ type: string
6638
+ readOnly: true
6639
+ description: >
6640
+ A Kubernetes API server endpoint for this cluster.
6641
+ example: "https://192.0.2.1:6443"
6642
+ page:
6643
+ $ref: '#/components/schemas/PaginationEnvelope/properties/page'
6644
+ pages:
6645
+ $ref: '#/components/schemas/PaginationEnvelope/properties/pages'
6646
+ results:
6647
+ $ref: '#/components/schemas/PaginationEnvelope/properties/results'
6639
6648
default:
6640
6649
$ref: '#/components/responses/ErrorResponse'
6641
6650
x-code-samples:
You can’t perform that action at this time.
0 commit comments