Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDecodeEmptyRawExtensionAsObject (0.53 sec)

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

    	"k8s.io/apimachinery/pkg/runtime/serializer"
    	runtimetesting "k8s.io/apimachinery/pkg/runtime/testing"
    	"k8s.io/apimachinery/pkg/util/diff"
    	utilruntime "k8s.io/apimachinery/pkg/util/runtime"
    )
    
    func TestDecodeEmptyRawExtensionAsObject(t *testing.T) {
    	internalGV := schema.GroupVersion{Group: "test.group", Version: runtime.APIVersionInternal}
    	externalGV := schema.GroupVersion{Group: "test.group", Version: "v1test"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 06 16:07:10 UTC 2020
    - 9.2K bytes
    - Viewed (0)
Back to top