update codegen
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
4
config/crds/cluster.kubesphere.io_clusters.yaml
generated
4
config/crds/cluster.kubesphere.io_clusters.yaml
generated
@@ -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'.
|
||||
|
||||
@@ -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: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user