update codegen

This commit is contained in:
Xinzhao Xu
2022-02-16 11:13:59 +08:00
parent d3ed81059f
commit 7deb9c2746
4 changed files with 20 additions and 5 deletions

View File

@@ -21081,10 +21081,10 @@
},
"v1alpha2.Node": {
"required": [
"rank",
"labelMinor",
"id",
"label",
"labelMinor",
"rank",
"controls"
],
"properties": {
@@ -21192,10 +21192,10 @@
},
"v1alpha2.NodeSummary": {
"required": [
"labelMinor",
"rank",
"id",
"label"
"label",
"labelMinor",
"rank"
],
"properties": {
"adjacency": {

View File

@@ -10770,6 +10770,10 @@
"description": "Region is the name of the region in which all of the nodes in the cluster exist. e.g. 'us-east1'.",
"type": "string"
},
"uid": {
"description": "UID is the kube-system namespace UID of the cluster, which represents the unique ID of the cluster.",
"type": "string"
},
"zones": {
"description": "Zones are the names of availability zones in which the nodes of the cluster exist, e.g. 'us-east1-a'.",
"type": "array",

View File

@@ -167,6 +167,10 @@ spec:
description: Region is the name of the region in which all of the
nodes in the cluster exist. e.g. 'us-east1'.
type: string
uid:
description: UID is the kube-system namespace UID of the cluster,
which represents the unique ID of the cluster.
type: string
zones:
description: Zones are the names of availability zones in which the
nodes of the cluster exist, e.g. 'us-east1-a'.

View File

@@ -14439,6 +14439,13 @@ func schema_kubesphereio_api_cluster_v1alpha1_ClusterStatus(ref common.Reference
},
},
},
"uid": {
SchemaProps: spec.SchemaProps{
Description: "UID is the kube-system namespace UID of the cluster, which represents the unique ID of the cluster.",
Type: []string{"string"},
Format: "",
},
},
},
},
},