Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fuzzInternalObject (0.9 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip/roundtrip.go

    			roundTripOfExternalType(t, scheme, codecFactory, fuzzer, gvk, skipProtobuf)
    		}
    		if t.Failed() {
    			break
    		}
    	}
    }
    
    // fuzzInternalObject fuzzes an arbitrary runtime object using the appropriate
    // fuzzer registered with the apitesting package.
    func fuzzInternalObject(t *testing.T, fuzzer *fuzz.Fuzzer, object runtime.Object) runtime.Object {
    	fuzzer.Fuzz(object)
    
    	j, err := apimeta.TypeAccessor(object)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  2. pkg/api/testing/serialization_test.go

    	api "k8s.io/kubernetes/pkg/apis/core"
    	k8s_api_v1 "k8s.io/kubernetes/pkg/apis/core/v1"
    	"sigs.k8s.io/yaml"
    )
    
    // fuzzInternalObject fuzzes an arbitrary runtime object using the appropriate
    // fuzzer registered with the apitesting package.
    func fuzzInternalObject(t *testing.T, forVersion schema.GroupVersion, item runtime.Object, seed int64) runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 19.3K bytes
    - Viewed (0)
Back to top