Skip to content

Commit bff24f4

Browse files
author
Christopher M. Luciano
committed
core: fix dead links in core api comments
Signed-off-by: Christopher M. Luciano <[email protected]>
1 parent d4d3d4b commit bff24f4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.

pkg/apis/core/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3775,7 +3775,7 @@ type NodeSystemInfo struct {
37753775
MachineID string
37763776
// SystemUUID reported by the node. For unique machine identification
37773777
// MachineID is preferred. This field is specific to Red Hat hosts
3778-
// https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html
3778+
// https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid
37793779
SystemUUID string
37803780
// Boot ID reported by the node.
37813781
BootID string
@@ -3996,7 +3996,7 @@ type NodeAddress struct {
39963996
}
39973997

39983998
// NodeResources is an object for conveying resource information about a node.
3999-
// see http://releases.k8s.io/HEAD/docs/design/resources.md for more details.
3999+
// see https://kubernetes.io/docs/concepts/architecture/nodes/#capacity for more details.
40004000
type NodeResources struct {
40014001
// Capacity represents the available resources of a node
40024002
// +optional

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

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4323,7 +4323,7 @@ type NodeSystemInfo struct {
43234323
MachineID string `json:"machineID" protobuf:"bytes,1,opt,name=machineID"`
43244324
// SystemUUID reported by the node. For unique machine identification
43254325
// MachineID is preferred. This field is specific to Red Hat hosts
4326-
// https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html
4326+
// https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid
43274327
SystemUUID string `json:"systemUUID" protobuf:"bytes,2,opt,name=systemUUID"`
43284328
// Boot ID reported by the node.
43294329
BootID string `json:"bootID" protobuf:"bytes,3,opt,name=bootID"`
@@ -5849,7 +5849,7 @@ type Sysctl struct {
58495849
}
58505850

58515851
// NodeResources is an object for conveying resource information about a node.
5852-
// see http://releases.k8s.io/HEAD/docs/design/resources.md for more details.
5852+
// see https://kubernetes.io/docs/concepts/architecture/nodes/#capacity for more details.
58535853
type NodeResources struct {
58545854
// Capacity represents the available resources of a node
58555855
Capacity ResourceList `protobuf:"bytes,1,rep,name=capacity,casttype=ResourceList,castkey=ResourceName"`

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)