We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19109cf commit 2da701bCopy full SHA for 2da701b
1 file changed
api/namespace.go
@@ -53,7 +53,7 @@ type Namespaces struct {
53
c *Client
54
}
55
56
-// Operator returns a handle to the operator endpoints.
+// Namespaces returns a handle to the namespaces endpoints.
57
func (c *Client) Namespaces() *Namespaces {
58
return &Namespaces{c}
59
0 commit comments