PetSet alpha controller

This commit is contained in:
Prashanth Balasubramanian
2016-04-25 12:24:40 -07:00
parent 93e3df8e55
commit 6bc3052551
24 changed files with 2761 additions and 40 deletions

View File

@@ -32,7 +32,7 @@ type AppsClient struct {
*restclient.RESTClient
}
func (c *AppsClient) PetSet(namespace string) PetSetInterface {
func (c *AppsClient) PetSets(namespace string) PetSetInterface {
return newPetSet(c, namespace)
}