Skip to content

Commit

Permalink
fix: docs for CreateNamespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Vafilor committed Oct 27, 2021
1 parent 6407c2a commit 493ca51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 493ca51

Please sign in to comment.