Modules affected
k8s
Description
- Added a new
k8s.CreateNamespaceWithMetadata
function that can be used to create a namespace and pass in the entireObjectMeta
to allow for more configuration (e.g., setting labels).
Special thanks
Special thanks to @cbuto for the contribution!