v1

latestOpenAPI 3.0.12026-07-17303.2 KB

Get the list of possible fully-namespaced names for a specific Kubernetes resource. E.g. given `Container` return `io.k8s.api.core.v1.Container`. Given `EnvVarSource` return `io.k8s.api.core.v1.EnvVarSource`

get/schemas/search/{resourceName}

Path parameters

resourceNamestring required

The name of a Kubernetes resource or field.

Response

OK

string[] required

The list of possible names for the specified Kubernetes resource or field.

All 3 operations