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