This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
add namespace to the command line rest API #55
Comments
It should be opaque at the command line when we have multiple namespaces, so there should be no need to pass in a namespace from the CLI The microservice will iterate over the llst of namespaces specified in the Kab document and gather a report for LIST and synchronize for REFRESH for each namespace |
each namespace will be indicated in the output, will leave it open awaiting more input from design |
only seems necessary if namespaces are going to have separate kabanero-index.yaml files |
Steve Kinder 2:47 PM |
@tseelbach ^^ let's decide if we want to still keep this open |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What changes in the CLI Service REST API for multiple namespace support?
Does the API just return results across all namespaces in the cluster, or are the results filtered by namespace in some way?
We might dup this with #54 but lets clarify the external interface before we decide.
The text was updated successfully, but these errors were encountered: