Get cluster CRD list

Get cluster CRD list

get

Get the CRD list of the cluster.

Path parameters
clusterIdstringRequired
Responses
200
OK
*/*
get
GET /v1/clusters/{clusterId}/crds HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "acceptedNames": {
      "categories": [
        "istio-io",
        "networking-istio-io"
      ],
      "kind": "Gateway",
      "listKind": "GatewayList",
      "plural": "gateways",
      "shortNames": [
        "gw"
      ],
      "singular": "gateway"
    },
    "annotations": {
      "helm.sh/resource-policy": "keep"
    },
    "creationTimestamp": "2022-12-02 08:42:46",
    "fullName": "gateways.networking.istio.io",
    "group": "networking.istio.io",
    "labes": {
      "app": "istio-pilot",
      "chart": "istio",
      "heritage": "Tiller",
      "release": "istio"
    },
    "name": "gateways",
    "scope": "Namespaced",
    "storedVersion": "v1alpha3",
    "versions": [
      {
        "name": "v1alpha3",
        "served": true,
        "storage": true
      }
    ]
  }
]

Was this helpful?