fix: docs for CreateNamespace

This commit is contained in:
Andrey Melnikov
2021-10-27 09:31:07 -07:00
parent 6407c2a7b4
commit 493ca51682

View File

@@ -86,6 +86,7 @@ func (c *Client) ListNamespaces() (namespaces []*Namespace, err error) {
return
}
// CreateNamespace creates a namespace named {{ name }} assuming the {{ sourceNamespace }} created it
func (c *Client) CreateNamespace(sourceNamespace, name string) (namespace *Namespace, err error) {
newNamespace := name
domain := *c.systemConfig.Domain()