kubernetes/pkg/apis/core/v1/conversion_test.go

func TestPodLogOptions(t *testing.T) {}

// TestPodSpecConversion tests that v1.ServiceAccount is an alias for
// ServiceAccountName.
func TestPodSpecConversion(t *testing.T) {}

func TestResourceListConversion(t *testing.T) {}

func TestReplicationControllerConversion(t *testing.T) {}

func roundTripRS(t *testing.T, rs *apps.ReplicaSet) *apps.ReplicaSet {}

func Test_core_PodStatus_to_v1_PodStatus(t *testing.T) {}

func Test_v1_PodStatus_to_core_PodStatus(t *testing.T) {}

func Test_core_NodeSpec_to_v1_NodeSpec(t *testing.T) {}

func Test_v1_NodeSpec_to_core_NodeSpec(t *testing.T) {}

func TestConvert_v1_Pod_To_core_Pod(t *testing.T) {}

func TestConvert_core_Pod_To_v1_Pod(t *testing.T) {}