Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hit (0.03 sec)

  1. pkg/apis/core/validation/validation_test.go

    		paths.Insert(collectResourcePaths(t, skipRecurseList, tp.Elem(), path.Key("*")).List()...)
    	case reflect.Interface:
    		t.Fatalf("unexpected interface{} field %s", path.String())
    	default:
    		// if we hit a primitive type, we're at a leaf
    		paths.Insert(path.String())
    	}
    	return paths
    }
    
    func TestValidateTLSSecret(t *testing.T) {
    	successCases := map[string]core.Secret{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top