generated

This commit is contained in:
David Eads
2019-10-11 14:21:56 -04:00
parent faad5d52bc
commit a886247fe4
10 changed files with 913 additions and 859 deletions

View File

@@ -25327,6 +25327,13 @@
"type": "boolean",
"uniqueItems": true
},
{
"description": "insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet).",
"in": "query",
"name": "insecureSkipTLSVerifyBackend",
"type": "boolean",
"uniqueItems": true
},
{
"description": "If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.",
"in": "query",