type FakeAppsV1 … func (c *FakeAppsV1) ControllerRevisions(namespace string) v1.ControllerRevisionInterface { … } func (c *FakeAppsV1) DaemonSets(namespace string) v1.DaemonSetInterface { … } func (c *FakeAppsV1) Deployments(namespace string) v1.DeploymentInterface { … } func (c *FakeAppsV1) ReplicaSets(namespace string) v1.ReplicaSetInterface { … } func (c *FakeAppsV1) StatefulSets(namespace string) v1.StatefulSetInterface { … } // RESTClient returns a RESTClient that is used to communicate // with API server by this client implementation. func (c *FakeAppsV1) RESTClient() rest.Interface { … }