Skip to content

Commit 3ee4d98

Browse files
authored
Merge pull request kubernetes#125576 from alvaroaleman/fix
Corev1.Node: Link to node doc and not PV doc in status.capacity
2 parents a4b8edd + 5e56953 commit 3ee4d98

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/openapi-spec/v3/api__v1_openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3989,7 +3989,7 @@
39893989
"additionalProperties": {
39903990
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"
39913991
},
3992-
"description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
3992+
"description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity",
39933993
"type": "object"
39943994
},
39953995
"conditions": {

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/core/v1/generated.proto

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/core/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5948,7 +5948,7 @@ type NodeConfigStatus struct {
59485948
// NodeStatus is information about the current status of a node.
59495949
type NodeStatus struct {
59505950
// Capacity represents the total resources of a node.
5951-
// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
5951+
// More info: https://kubernetes.io/docs/reference/node/node-status/#capacity
59525952
// +optional
59535953
Capacity ResourceList `json:"capacity,omitempty" protobuf:"bytes,1,rep,name=capacity,casttype=ResourceList,castkey=ResourceName"`
59545954
// Allocatable represents the resources of a node that are available for scheduling.

staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)