kubernetes/staging/src/k8s.io/kubectl/pkg/polymorphichelpers/attachablepodforobject.go

// attachablePodForObject returns the pod to which to attach given an object.
func attachablePodForObject(restClientGetter genericclioptions.RESTClientGetter, object runtime.Object, timeout time.Duration) (*corev1.Pod, error) {}