Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    limitations under the License.
    */
    
    package runtime
    
    import (
    	"reflect"
    	"testing"
    
    	"github.com/google/go-cmp/cmp"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    func TestResourceMapper(t *testing.T) {
    	gvr := func(g, v, r string) schema.GroupVersionResource {
    		return schema.GroupVersionResource{Group: g, Version: v, Resource: r}
    	}
    
    	gvk := func(g, v, k string) schema.GroupVersionKind {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top