Deleting a Namespace and All Its Objects
Learn how to delete the namespace and everything associated with it.
We'll cover the following...
We'll cover the following...
Cascaded deletion
Another handy feature of the namespaces is their cascading effect. For example, if we delete the testing namespace, all the objects and the resources running inside it will be removed as well.
We delete the testing namespace and retrieve all the objects in it. If the resources were not deleted very quickly, the output will be as follows:
Note: If the output shows more objects, you were too fast. ...