type FakePolicyV1 … func (c *FakePolicyV1) Evictions(namespace string) v1.EvictionInterface { … } func (c *FakePolicyV1) PodDisruptionBudgets(namespace string) v1.PodDisruptionBudgetInterface { … } // RESTClient returns a RESTClient that is used to communicate // with API server by this client implementation. func (c *FakePolicyV1) RESTClient() rest.Interface { … }