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",
|
||||
|
||||
Reference in New Issue
Block a user