Get cluster CRD list

Get cluster CRD list

get

Get the CRD list of the cluster.

Path parameters
clusterIdstringrequired
Responses
curl -L \
  --url '/v1/clusters/{clusterId}/crds'
[
  {
    "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?