Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + var EphemeralContainersStrategy = podEphemeralContainersStrategy + var StatusStrategy = podStatusStrategy + var Strategy = podStrategy + var StrategyWithoutGraceful = podStrategyWithoutGraceful + func AttachLocation(getter ResourceGetter, connInfo client.ConnectionInfoGetter, ...) (*url.URL, http.RoundTripper, error) + func ExecLocation(getter ResourceGetter, connInfo client.ConnectionInfoGetter, ...) (*url.URL, http.RoundTripper, error) + func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) + func LogLocation(getter ResourceGetter, connInfo client.ConnectionInfoGetter, ...) (*url.URL, http.RoundTripper, error) + func MatchPod(label labels.Selector, field fields.Selector) storage.SelectionPredicate + func NodeNameTriggerFunc(obj runtime.Object) string + func PodToSelectableFields(pod *api.Pod) fields.Set + func PortForwardLocation(getter ResourceGetter, connInfo client.ConnectionInfoGetter, ...) (*url.URL, http.RoundTripper, error) + func ResourceLocation(getter ResourceGetter, rt http.RoundTripper, ctx context.Context, id string) (*url.URL, http.RoundTripper, error) + type ResourceGetter interface + Get func(context.Context, string, *metav1.GetOptions) (runtime.Object, error)