var grace …
var enableServiceLinks …
func testComponentStatusData() *corev1.ComponentStatusList { … }
func TestGetUnknownSchemaObject(t *testing.T) { … }
func TestGetSchemaObject(t *testing.T) { … }
func TestGetObjects(t *testing.T) { … }
func TestGetObjectSubresourceStatus(t *testing.T) { … }
func TestGetObjectSubresourceScale(t *testing.T) { … }
func TestGetTableObjects(t *testing.T) { … }
func TestGetV1TableObjects(t *testing.T) { … }
func TestGetObjectsShowKind(t *testing.T) { … }
func TestGetTableObjectsShowKind(t *testing.T) { … }
func TestGetMultipleResourceTypesShowKinds(t *testing.T) { … }
func TestGetMultipleTableResourceTypesShowKinds(t *testing.T) { … }
func TestNoBlankLinesForGetMultipleTableResource(t *testing.T) { … }
func TestNoBlankLinesForGetAll(t *testing.T) { … }
func TestNotFoundMessageForGetNonNamespacedResources(t *testing.T) { … }
func TestGetObjectsShowLabels(t *testing.T) { … }
func TestGetTableObjectsShowLabels(t *testing.T) { … }
func TestGetEmptyTable(t *testing.T) { … }
func TestGetObjectIgnoreNotFound(t *testing.T) { … }
func TestEmptyResult(t *testing.T) { … }
func TestEmptyResultJSON(t *testing.T) { … }
func TestGetSortedObjects(t *testing.T) { … }
func TestGetSortedObjectsUnstructuredTable(t *testing.T) { … }
func sortTestData() []runtime.Object { … }
func sortTestTableData() []runtime.Object { … }
func TestRuntimeSorter(t *testing.T) { … }
func TestGetObjectsIdentifiedByFile(t *testing.T) { … }
func TestGetTableObjectsIdentifiedByFile(t *testing.T) { … }
func TestGetListObjects(t *testing.T) { … }
func TestGetListTableObjects(t *testing.T) { … }
func TestGetListComponentStatus(t *testing.T) { … }
func TestGetMixedGenericObjects(t *testing.T) { … }
func TestGetMultipleTypeObjects(t *testing.T) { … }
func TestGetMultipleTypeTableObjects(t *testing.T) { … }
func TestGetMultipleTypeObjectsAsList(t *testing.T) { … }
func TestGetMultipleTypeObjectsWithLabelSelector(t *testing.T) { … }
func TestGetMultipleTypeTableObjectsWithLabelSelector(t *testing.T) { … }
func TestGetMultipleTypeObjectsWithFieldSelector(t *testing.T) { … }
func TestGetMultipleTypeTableObjectsWithFieldSelector(t *testing.T) { … }
func TestGetMultipleTypeObjectsWithDirectReference(t *testing.T) { … }
func TestGetMultipleTypeTableObjectsWithDirectReference(t *testing.T) { … }
func watchTestData() ([]corev1.Pod, []watch.Event) { … }
func TestWatchLabelSelector(t *testing.T) { … }
func TestWatchTableLabelSelector(t *testing.T) { … }
func TestWatchFieldSelector(t *testing.T) { … }
func TestWatchTableFieldSelector(t *testing.T) { … }
func TestWatchResource(t *testing.T) { … }
func TestWatchStatus(t *testing.T) { … }
func TestWatchTableResource(t *testing.T) { … }
func TestWatchResourceTable(t *testing.T) { … }
func TestWatchResourceWatchEvents(t *testing.T) { … }
func TestWatchResourceIdentifiedByFile(t *testing.T) { … }
func TestWatchOnlyResource(t *testing.T) { … }
func TestWatchOnlyTableResource(t *testing.T) { … }
func TestWatchOnlyList(t *testing.T) { … }
func TestWatchOnlyTableList(t *testing.T) { … }
func watchBody(codec runtime.Codec, events []watch.Event) io.ReadCloser { … }
var podColumns …
func podTableObjBody(codec runtime.Codec, pods ...corev1.Pod) io.ReadCloser { … }
func podV1TableObjBody(codec runtime.Codec, pods ...corev1.Pod) io.ReadCloser { … }
func podTableWatchBody(codec runtime.Codec, events []watch.Event) io.ReadCloser { … }
func serviceTableObjBody(codec runtime.Codec, services ...corev1.Service) io.ReadCloser { … }
func nodeTableObjBody(codec runtime.Codec, nodes ...corev1.Node) io.ReadCloser { … }
func componentStatusTableObjBody(codec runtime.Codec, componentStatuses ...corev1.ComponentStatus) io.ReadCloser { … }
func emptyTableObjBody(codec runtime.Codec) io.ReadCloser { … }
func replicationControllersScaleSubresourceTableObjBody(codec runtime.Codec, replicationControllers ...corev1.ReplicationController) io.ReadCloser { … }