Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPackSubsets (0.13 sec)

  1. pkg/api/v1/endpoints/util_test.go

    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/util/dump"
    )
    
    func podRef(uid string) *v1.ObjectReference {
    	ref := v1.ObjectReference{UID: types.UID(uid)}
    	return &ref
    }
    
    func TestPackSubsets(t *testing.T) {
    	// The downside of table-driven tests is that some things have to live outside the table.
    	fooObjRef := v1.ObjectReference{Name: "foo"}
    	barObjRef := v1.ObjectReference{Name: "bar"}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 27 01:24:22 UTC 2023
    - 16.6K bytes
    - Viewed (0)
Back to top