Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for preferredKinds (0.19 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/codec_test.go

    	testcases := []struct {
    		name           string
    		target         schema.GroupVersion
    		preferredKinds []schema.GroupKind
    		kinds          []schema.GroupVersionKind
    		expectKind     schema.GroupVersionKind
    		expectedId     string
    	}{
    		{
    			name:           "matched preferred group/kind",
    			target:         gv("mygroup", "__internal"),
    			preferredKinds: []schema.GroupKind{gk("mygroup", "Foo"), gk("anothergroup", "Bar")},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 30 06:58:54 UTC 2019
    - 3.7K bytes
    - Viewed (0)
Back to top