Skip to content

Commit 0fd4beb

Browse files
authored
Merge pull request kubernetes#83408 from cmluciano/cml/fixcoretypeslinks
core: fix dead links in core api comments
2 parents 22a4c2c + bff24f4 commit 0fd4beb

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
@@ -3816,7 +3816,7 @@ type NodeSystemInfo struct {
38163816
MachineID string
38173817
// SystemUUID reported by the node. For unique machine identification
38183818
// MachineID is preferred. This field is specific to Red Hat hosts
3819-
// https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html
3819+
// https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid
38203820
SystemUUID string
38213821
// Boot ID reported by the node.
38223822
BootID string
@@ -4037,7 +4037,7 @@ type NodeAddress struct {
40374037
}
40384038

40394039
// NodeResources is an object for conveying resource information about a node.
4040-
// see http://releases.k8s.io/HEAD/docs/design/resources.md for more details.
4040+
// see https://kubernetes.io/docs/concepts/architecture/nodes/#capacity for more details.
40414041
type NodeResources struct {
40424042
// Capacity represents the available resources of a node
40434043
// +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
@@ -4368,7 +4368,7 @@ type NodeSystemInfo struct {
43684368
MachineID string `json:"machineID" protobuf:"bytes,1,opt,name=machineID"`
43694369
// SystemUUID reported by the node. For unique machine identification
43704370
// MachineID is preferred. This field is specific to Red Hat hosts
4371-
// https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html
4371+
// https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid
43724372
SystemUUID string `json:"systemUUID" protobuf:"bytes,2,opt,name=systemUUID"`
43734373
// Boot ID reported by the node.
43744374
BootID string `json:"bootID" protobuf:"bytes,3,opt,name=bootID"`
@@ -5920,7 +5920,7 @@ type Sysctl struct {
59205920
}
59215921

59225922
// NodeResources is an object for conveying resource information about a node.
5923-
// see http://releases.k8s.io/HEAD/docs/design/resources.md for more details.
5923+
// see https://kubernetes.io/docs/concepts/architecture/nodes/#capacity for more details.
59245924
type NodeResources struct {
59255925
// Capacity represents the available resources of a node
59265926
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)