odo create/delete/list namespace #5525
Labels
estimated-size/S (5-10)
Rough sizing for Epics. Less then one sprint of work for one person
kind/user-story
An issue of user-story kind
/kind user-story
User Story
Acceptance Criteria
odo create namespace
(odo create namespace #5724 )odo delete namespace
(Implementodo delete namespace/project
#5743 )odo list namespace
(odo list namespace #5729 )odo set namespace
- updates currently activenamespace/project
in kubeconfig (the same as runningkubectl config set-context --current --namespace=<namespace>
oroc project <myproject>
(Implementodo set namespace/project
#5744)odo set namespace
is executed inside component directory, it should show warning, that this won't update the namespace of the existing component.odo create/delete/list/set project
)project/namespace
commands should be smart and work on both Kubernetes and Openshift, for exampleodo create namespace
running against OpenShift project will createproject
, similarly it should be possible to runodo create project
on Kubernetes (in this case it will create namespace)odo create/delete/list/set -h
should mention thatproject
is OpenShift specific and it alias tonamespace
The text was updated successfully, but these errors were encountered: