Skip to content

Commit cf570a3

Browse files
feat(api): add labelSelector query param to all list APIs (openchoreo#2560)
* fix(api): update mcp toolset config to use valid names Signed-off-by: Janaka Sandaruwan <janakasandaruwan1996@gmail.com> * feat(api): add labelSelector support to all list APIs Signed-off-by: Janaka Sandaruwan <janakasandaruwan1996@gmail.com> * fix(api): return 400 for invalid label selectors Signed-off-by: Janaka Sandaruwan <janakasandaruwan1996@gmail.com> --------- Signed-off-by: Janaka Sandaruwan <janakasandaruwan1996@gmail.com>
1 parent a3a79aa commit cf570a3

File tree

53 files changed

+2060
-658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2060
-658
lines changed

cmd/openchoreo-api/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ mcp:
171171
- namespace
172172
- project
173173
- component
174-
- infrastructure
174+
- deployment
175+
- build
176+
- pe
175177

176178
logging:
177179
# Minimum log level: debug, info, warn, error

0 commit comments

Comments
 (0)