Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMalformedObjectMetaFields (0.25 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta/coerce_test.go

    			t.Errorf("diff: %v\nCodec: %#v", cmp.Diff(original, o), codec)
    		}
    	}
    }
    
    // TestMalformedObjectMetaFields sets a number of different random values and types for all
    // metadata fields. If json.Unmarshal accepts them, compare that getObjectMeta
    // gives the same result. Otherwise, drop malformed fields.
    func TestMalformedObjectMetaFields(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 12.7K bytes
    - Viewed (0)
Back to top