github.com/cilium/cilium@v1.16.2/api/v1/kvstoremesh/openapi.yaml (about)

     1  ---
     2  swagger: '2.0'
     3  info:
     4    title: KvstoreMesh
     5    description: Cilium KVStoreMesh
     6    version: v1beta1
     7  x-schemes:
     8  - unix
     9  basePath: "/v1"
    10  produces:
    11  - application/json
    12  consumes:
    13  - application/json
    14  paths:
    15    "/cluster":
    16      get:
    17        summary: Retrieve the list of remote clusters and their status
    18        tags:
    19        - cluster
    20        parameters: []
    21        responses:
    22          '200':
    23            description: Success
    24            schema:
    25              type: array
    26              items:
    27                "$ref": "#/definitions/RemoteCluster"
    28  definitions:
    29    RemoteCluster:
    30      allOf:
    31      - "$ref": "../openapi.yaml#/definitions/RemoteCluster"
    32      x-go-type:
    33        import:
    34          package: "github.com/cilium/cilium/api/v1/models"
    35          alias: "common"
    36        type: "RemoteCluster"