Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDecodeList (0.16 sec)

  1. staging/src/k8s.io/apimachinery/pkg/test/runtime_helper_test.go

    import (
    	"testing"
    
    	apitesting "k8s.io/apimachinery/pkg/api/apitesting"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/apis/testapigroup"
    	"k8s.io/apimachinery/pkg/runtime"
    )
    
    func TestDecodeList(t *testing.T) {
    	pl := List{
    		Items: []runtime.Object{
    			&testapigroup.Carp{ObjectMeta: metav1.ObjectMeta{Name: "1"}},
    			&runtime.Unknown{
    				TypeMeta:    runtime.TypeMeta{Kind: "Carp", APIVersion: "v1"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 01 19:31:12 UTC 2018
    - 1.5K bytes
    - Viewed (0)
Back to top