---
title: "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`"
method: GET
path: "/schemas/search/{resourceName}"
---

# 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

- `resourceName` string, required

## Response `200`

OK

- string[] — The list of possible names for the specified Kubernetes resource or field.

## Changes

- **2026-07-17** `d6ad0b9f02e0` — 1 info
  - endpoint added
- **2023-05-21** `183b9a992a9f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/robusta-dev/apis/kubernetes-yaml-generator-plugin/changes/schemas/search/:resourceName/get.md)

---

[API](https://skmtc.dev/robusta-dev/apis/kubernetes-yaml-generator-plugin.md) · [All operations](https://skmtc.dev/robusta-dev/apis/kubernetes-yaml-generator-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/robusta-dev/kubernetes-yaml-generator-plugin/revisions/d6ad0b9f02e0/schema)
