kubernetes/staging/src/k8s.io/client-go/kubernetes/typed/policy/v1/fake/fake_policy_client.go

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 {}