func (c *FakePods) Bind(ctx context.Context, binding *v1.Binding, opts metav1.CreateOptions) error { … } func (c *FakePods) GetBinding(name string) (result *v1.Binding, err error) { … } func (c *FakePods) GetLogs(name string, opts *v1.PodLogOptions) *restclient.Request { … } func (c *FakePods) Evict(ctx context.Context, eviction *policyv1beta1.Eviction) error { … } func (c *FakePods) EvictV1(ctx context.Context, eviction *policyv1.Eviction) error { … } func (c *FakePods) EvictV1beta1(ctx context.Context, eviction *policyv1beta1.Eviction) error { … } func (c *FakePods) ProxyGet(scheme, name, port, path string, params map[string]string) restclient.ResponseWrapper { … }