Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for crispy2 (2.88 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning_unstructured_test.go

    	return obj
    }
    
    func TestEncodeUnstructured(t *testing.T) {
    	v1GVK := schema.GroupVersionKind{
    		Group:   "crispy",
    		Version: "v1",
    		Kind:    "Noxu",
    	}
    	v2GVK := schema.GroupVersionKind{
    		Group:   "crispy",
    		Version: "v2",
    		Kind:    "Noxu",
    	}
    	elseGVK := schema.GroupVersionKind{
    		Group:   "crispy2",
    		Version: "else",
    		Kind:    "Noxu",
    	}
    	elseUnstructuredDecodable := buildUnstructuredDecodable(elseGVK)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 08 14:55:24 UTC 2018
    - 10.9K bytes
    - Viewed (0)
Back to top