Commit 5c3e078c authored by mbohlool's avatar mbohlool

Update OpenAPI specs

parent 02631bb7
...@@ -34956,11 +34956,8 @@ ...@@ -34956,11 +34956,8 @@
"description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4", "description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4",
"type": "object", "type": "object",
"additionalProperties": { "additionalProperties": {
"type": "array", "type": "string",
"items": { "format": "byte"
"type": "integer",
"format": "byte"
}
} }
}, },
"metadata": { "metadata": {
......
...@@ -9273,11 +9273,8 @@ ...@@ -9273,11 +9273,8 @@
"description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4", "description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4",
"type": "object", "type": "object",
"additionalProperties": { "additionalProperties": {
"type": "array", "type": "string",
"items": { "format": "byte"
"type": "integer",
"format": "byte"
}
} }
}, },
"metadata": { "metadata": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment