Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTypeTags (0.43 sec)

  1. pkg/controlplane/import_known_versions_test.go

    var allowedNonstandardJSONNames = map[reflect.Type]string{
    	reflect.TypeOf(v1.DaemonEndpoint{}): "Port",
    }
    
    func TestTypeTags(t *testing.T) {
    	if err := apinamingtest.VerifyTagNaming(legacyscheme.Scheme, typesAllowedTags, allowedNonstandardJSONNames); err != nil {
    		t.Errorf("%v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 22 18:47:31 UTC 2021
    - 3.1K bytes
    - Viewed (0)
Back to top