You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "ClusterList contains a list of member cluster",
17294
+
"description": "ClusterList contains a list of member clusters",
17295
17295
"type": "object",
17296
17296
"required": [
17297
17297
"items"
@@ -17338,11 +17338,11 @@
17338
17338
"type": "string"
17339
17339
},
17340
17340
"id": {
17341
-
"description": "ID is the unique identifier for the cluster. It is different from the object uid(.metadata.uid) and typically collected automatically from member cluster during the progress of registration.\n\nThe value is collected in order: 1. If the registering cluster enabled ClusterProperty API and defined the cluster ID by\n creating a ClusterProperty object with name 'cluster.clusterset.k8s.io', Karmada would\n take the defined value in the ClusterProperty object.\n See https://github.com/kubernetes-sigs/about-api for more details about ClusterProperty API.\n2. Take the uid of 'kube-system' namespace on the registering cluster.\n\nPlease don't update this value unless you know what you are doing, because it will/may be used to : - uniquely identify the clusters within the Karmada system. - compose the DNS name of multi-cluster services.",
17341
+
"description": "ID is the unique identifier for the cluster. It is different from the object uid(.metadata.uid) and is typically collected automatically from each member cluster during the process of registration.\n\nThe value is collected in order: 1. If the registering cluster enabled ClusterProperty API and defined the cluster ID by\n creating a ClusterProperty object with name 'cluster.clusterset.k8s.io', Karmada would\n take the defined value in the ClusterProperty object.\n See https://github.com/kubernetes-sigs/about-api for more details about ClusterProperty API.\n2. Take the uid of 'kube-system' namespace on the registering cluster.\n\nPlease don't update this value unless you know what you are doing, because it will/may be used to : - uniquely identify the clusters within the Karmada system. - compose the DNS name of multi-cluster services.",
17342
17342
"type": "string"
17343
17343
},
17344
17344
"impersonatorSecretRef": {
17345
-
"description": "ImpersonatorSecretRef represents the secret contains the token of impersonator. The secret should hold credentials as follows: - secret.data.token",
17345
+
"description": "ImpersonatorSecretRef represents the secret that contains the token of impersonator. The secret should hold credentials as follows: - secret.data.token",
"description": "ProxyHeader is the HTTP header required by proxy server. The key in the key-value pair is HTTP header key and value is the associated header payloads. For the header with multiple values, the values should be separated by comma(e.g. 'k1': 'v1,v2,v3').",
17357
+
"description": "ProxyHeader is the HTTP header required by proxy server. The key in the key-value pair is HTTP header key and the value is the associated header payloads. For the header with multiple values, the values should be separated by comma(e.g. 'k1': 'v1,v2,v3').",
17358
17358
"type": "object",
17359
17359
"additionalProperties": {
17360
17360
"type": "string",
17361
17361
"default": ""
17362
17362
}
17363
17363
},
17364
17364
"proxyURL": {
17365
-
"description": "ProxyURL is the proxy URL for the cluster. If not empty, the karmada control plane will use this proxy to talk to the cluster. More details please refer to: https://github.com/kubernetes/client-go/issues/351",
17365
+
"description": "ProxyURL is the proxy URL for the cluster. If not empty, the karmada control plane will use this proxy to talk to the cluster. For more details please refer to: https://github.com/kubernetes/client-go/issues/351",
17366
17366
"type": "string"
17367
17367
},
17368
17368
"region": {
17369
-
"description": "Region represents the region of the member cluster locate in.",
17369
+
"description": "Region represents the region in which the member cluster is located.",
17370
17370
"type": "string"
17371
17371
},
17372
17372
"resourceModels": {
@@ -17378,24 +17378,24 @@
17378
17378
}
17379
17379
},
17380
17380
"secretRef": {
17381
-
"description": "SecretRef represents the secret contains mandatory credentials to access the member cluster. The secret should hold credentials as follows: - secret.data.token - secret.data.caBundle",
17381
+
"description": "SecretRef represents the secret that contains mandatory credentials to access the member cluster. The secret should hold credentials as follows: - secret.data.token - secret.data.caBundle",
"description": "SyncMode describes how a cluster sync resources from karmada control plane.",
17385
+
"description": "SyncMode describes how a cluster syncs resources from karmada control plane.",
17386
17386
"type": "string",
17387
17387
"default": ""
17388
17388
},
17389
17389
"taints": {
17390
-
"description": "Taints attached to the member cluster. Taints on the cluster have the \"effect\" on any resource that does not tolerate the Taint.",
17390
+
"description": "Taints are attached to the member cluster. Taints on the cluster have the \"effect\" on any resource that does not tolerate the Taint.",
17391
17391
"type": "array",
17392
17392
"items": {
17393
17393
"default": {},
17394
17394
"$ref": "#/definitions/io.k8s.api.core.v1.Taint"
17395
17395
}
17396
17396
},
17397
17397
"zone": {
17398
-
"description": "Zone represents the zone of the member cluster locate in. Deprecated: This filed was never been used by Karmada, and it will not be removed from v1alpha1 for backward compatibility, use Zones instead.",
17398
+
"description": "Zone represents the zone in which the member cluster is located. Deprecated: This field was never been used by Karmada, and it will not be removed from v1alpha1 for backward compatibility, use Zones instead.",
17399
17399
"type": "string"
17400
17400
},
17401
17401
"zones": {
@@ -17413,7 +17413,7 @@
17413
17413
"type": "object",
17414
17414
"properties": {
17415
17415
"apiEnablements": {
17416
-
"description": "APIEnablements represents the list of APIs installed in the member cluster.",
17416
+
"description": "APIEnablements represents the list of APIs installed on the member cluster.",
17417
17417
"type": "array",
17418
17418
"items": {
17419
17419
"default": {},
@@ -17459,7 +17459,7 @@
17459
17459
],
17460
17460
"properties": {
17461
17461
"name": {
17462
-
"description": "Name is the name of resource being referenced.",
17462
+
"description": "Name is the name of the resource being referenced.",
"description": "ResourceModelRange describes the detail of each modeling quota that ranges from min to max. Please pay attention, by default, the value of min can be inclusive, and the value of max cannot be inclusive. E.g. in an interval, min = 2, max =10 is set, which means the interval [2,10). This rule ensure that all intervals have the same meaning. If the last interval is infinite, it is definitely unreachable. Therefore, we define the right interval as the open interval. For a valid interval, the value on the right is greater than the value on the left, in other words, max must be greater than min. It is strongly recommended that the [Min, Max) of all ResourceModelRanges can make a continuous interval.",
17514
+
"description": "ResourceModelRange describes the detail of each modeling quota that ranges from min to max. Please pay attention, by default, the value of min can be inclusive, and the value of max cannot be inclusive. E.g. in an interval, min = 2, max =10 is set, which means the interval [2,10). This rule ensures that all intervals have the same meaning. If the last interval is infinite, it is definitely unreachable. Therefore, we define the right interval as the open interval. For a valid interval, the value on the right is greater than the value on the left, in other words, max must be greater than min. It is strongly recommended that the [Min, Max) of all ResourceModelRanges can make a continuous interval.",
0 commit comments