kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/get/sorter_test.go

func toUnstructuredOrDie(data []byte) *unstructured.Unstructured {}

func encodeOrDie(obj runtime.Object) []byte {}

func createPodSpecResource(t *testing.T, memReq, memLimit, cpuReq, cpuLimit string) corev1.PodSpec {}

func createUnstructuredPodResource(t *testing.T, memReq, memLimit, cpuReq, cpuLimit string) unstructured.Unstructured {}

func TestSortingPrinter(t *testing.T) {}

func TestRuntimeSortLess(t *testing.T) {}