fix godoc comment for Namespaces client method

Namespaces method godoc has same sentence as Operator method.
Presumably a cut-n-paste error. Fix that.
This commit is contained in:
John Eikenberry 2021-09-01 11:28:44 -07:00
parent 3c935e8bbf
commit a017daafc8
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ type Namespaces struct {
c *Client
}
// Operator returns a handle to the operator endpoints.
// Namespaces returns a handle to the namespaces endpoints.
func (c *Client) Namespaces() *Namespaces {
return &Namespaces{c}
}