
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