Merge pull request #125576 from alvaroaleman/fix

Corev1.Node: Link to node doc and not PV doc in status.capacity
This commit is contained in:
Kubernetes Prow Robot
2024-06-20 10:19:49 -07:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -8432,7 +8432,7 @@
"additionalProperties": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
},
"description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
"description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity",
"type": "object"
},
"conditions": {

View File

@@ -3989,7 +3989,7 @@
"additionalProperties": {
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"
},
"description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
"description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity",
"type": "object"
},
"conditions": {