mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
mark APIServiceSpec.CABundle optional
This commit is contained in:
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@@ -85395,7 +85395,6 @@
|
||||
"description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.",
|
||||
"required": [
|
||||
"service",
|
||||
"caBundle",
|
||||
"groupPriorityMinimum",
|
||||
"versionPriority"
|
||||
],
|
||||
@@ -85541,7 +85540,6 @@
|
||||
"description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.",
|
||||
"required": [
|
||||
"service",
|
||||
"caBundle",
|
||||
"groupPriorityMinimum",
|
||||
"versionPriority"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user