Skip to content

Commit 24e81bf

Browse files
committed
fix broken links
Signed-off-by: Oilbeater <[email protected]>
1 parent c9a1a0a commit 24e81bf

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

api/openapi-spec/swagger.json

Lines changed: 3 additions & 3 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3907,7 +3907,7 @@
39073907
"description": "NodeStatus is information about the current status of a node.",
39083908
"properties": {
39093909
"addresses": {
3910-
"description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).",
3910+
"description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/reference/node/node-status/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).",
39113911
"items": {
39123912
"allOf": [
39133913
{
@@ -3939,7 +3939,7 @@
39393939
"type": "object"
39403940
},
39413941
"conditions": {
3942-
"description": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition",
3942+
"description": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/reference/node/node-status/#condition",
39433943
"items": {
39443944
"allOf": [
39453945
{
@@ -3993,7 +3993,7 @@
39933993
}
39943994
],
39953995
"default": {},
3996-
"description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info"
3996+
"description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/reference/node/node-status/#info"
39973997
},
39983998
"phase": {
39993999
"description": "NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.",

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 3 additions & 3 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/generated.proto

Lines changed: 3 additions & 3 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5887,7 +5887,7 @@ type NodeStatus struct {
58875887
// +optional
58885888
Phase NodePhase `json:"phase,omitempty" protobuf:"bytes,3,opt,name=phase,casttype=NodePhase"`
58895889
// Conditions is an array of current observed node conditions.
5890-
// More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
5890+
// More info: https://kubernetes.io/docs/reference/node/node-status/#condition
58915891
// +optional
58925892
// +patchMergeKey=type
58935893
// +patchStrategy=merge
@@ -5896,7 +5896,7 @@ type NodeStatus struct {
58965896
Conditions []NodeCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,4,rep,name=conditions"`
58975897
// List of addresses reachable to the node.
58985898
// Queried from cloud provider, if available.
5899-
// More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses
5899+
// More info: https://kubernetes.io/docs/reference/node/node-status/#addresses
59005900
// Note: This field is declared as mergeable, but the merge key is not sufficiently
59015901
// unique, which can cause data corruption when it is merged. Callers should instead
59025902
// use a full-replacement patch. See https://pr.k8s.io/79391 for an example.
@@ -5914,7 +5914,7 @@ type NodeStatus struct {
59145914
// +optional
59155915
DaemonEndpoints NodeDaemonEndpoints `json:"daemonEndpoints,omitempty" protobuf:"bytes,6,opt,name=daemonEndpoints"`
59165916
// Set of ids/uuids to uniquely identify the node.
5917-
// More info: https://kubernetes.io/docs/concepts/nodes/node/#info
5917+
// More info: https://kubernetes.io/docs/reference/node/node-status/#info
59185918
// +optional
59195919
NodeInfo NodeSystemInfo `json:"nodeInfo,omitempty" protobuf:"bytes,7,opt,name=nodeInfo"`
59205920
// List of container images on this node

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

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

0 commit comments

Comments
 (0)