Skip to content

Commit c30da5a

Browse files
committed
Syntax fixes for data array in response of List Kubernetes API Endpoints
1 parent c680a99 commit c30da5a

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

openapi.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)