kubernetes/staging/src/k8s.io/cli-runtime/pkg/resource/helper_test.go

func objBody(obj runtime.Object) io.ReadCloser {}

func header() http.Header {}

// splitPath returns the segments for a URL path.
func splitPath(path string) []string {}

// V1DeepEqualSafePodSpec returns a PodSpec which is ready to be used with apiequality.Semantic.DeepEqual
func V1DeepEqualSafePodSpec() corev1.PodSpec {}

func V1DeepEqualSafePodStatus() corev1.PodStatus {}

func TestHelperDelete(t *testing.T) {}

func TestHelperCreate(t *testing.T) {}

func TestHelperGet(t *testing.T) {}

func TestHelperList(t *testing.T) {}

func TestHelperListSelectorCombination(t *testing.T) {}

func TestHelperReplace(t *testing.T) {}

func TestEnhanceListError(t *testing.T) {}

func TestFollowContinue(t *testing.T) {}