Update automatically generated files

This commit is contained in:
Xinzhao Xu
2022-02-14 16:30:58 +08:00
parent 80fc715eea
commit 57f51b7ca1
93 changed files with 3077 additions and 185 deletions

View File

@@ -10720,6 +10720,10 @@
"description": "Desired state of the cluster",
"type": "boolean"
},
"externalKubeAPIEnabled": {
"description": "ExternalKubeAPIEnabled export kubeapiserver to public use a lb type service if connection type is proxy",
"type": "boolean"
},
"joinFederation": {
"description": "Join cluster as a kubefed cluster",
"type": "boolean"
@@ -10779,6 +10783,10 @@
"io.kubesphere.api.cluster.v1alpha1.Connection": {
"type": "object",
"properties": {
"externalKubernetesAPIEndpoint": {
"description": "External Kubernetes API Server endpoint Will be populated by ks-apiserver if connection type is proxy and ExternalKubeAPIEnabled is true.",
"type": "string"
},
"kubeconfig": {
"description": "KubeConfig content used to connect to cluster api server Should provide this field explicitly if connection type is direct. Will be populated by ks-proxy if connection type is proxy.",
"type": "string",