Skip to content

Commit c680a99

Browse files
Update List Kubernetes API Endpoints response
1 parent 03b333c commit c680a99

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

openapi.yaml

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6623,19 +6623,28 @@ paths:
66236623
schema:
66246624
type: object
66256625
properties:
6626-
endpoints:
6626+
data:
66276627
type: array
6628-
description: >
6629-
The Kubernetes API server endpoints for this cluster.
66306628
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'
66396648
default:
66406649
$ref: '#/components/responses/ErrorResponse'
66416650
x-code-samples:

0 commit comments

Comments
 (0)