Update automatically generated files
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user