File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed
Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -6626,19 +6626,16 @@ paths:
66266626 data:
66276627 type: array
66286628 items:
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"
6629+ type: object
6630+ description: >
6631+ The Kubernetes API server endpoints for this cluster.
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"
66426639 page:
66436640 $ref: '#/components/schemas/PaginationEnvelope/properties/page'
66446641 pages:
You can’t perform that action at this time.
0 commit comments