• Kubernetes Submit Queue's avatar
    Merge pull request #37059 from mbohlool/dev2 · 75affa4a
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    OpenAPI Bugfix: []byte should be treated as integer array
    
    data field of v1.Secret is a map of string to byte array. Generated spec should generate a map of string to (type="string", format="byte" that means map of base64 string) however current code converts it to an array of integer that is wrong.
    
    fixes #37126
    75affa4a
Name
Last commit
Last update
..
openapi Loading commit data...
BUILD Loading commit data...
doc.go Loading commit data...