Skip to content

Commit c5a85ab

Browse files
authored
Merge pull request kubernetes#122867 from oilbeater/patch-1
fix broken links
2 parents 527d937 + 24e81bf commit c5a85ab

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
@@ -4003,7 +4003,7 @@
40034003
"description": "NodeStatus is information about the current status of a node.",
40044004
"properties": {
40054005
"addresses": {
4006-
"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).",
4006+
"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).",
40074007
"items": {
40084008
"allOf": [
40094009
{
@@ -4035,7 +4035,7 @@
40354035
"type": "object"
40364036
},
40374037
"conditions": {
4038-
"description": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition",
4038+
"description": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/reference/node/node-status/#condition",
40394039
"items": {
40404040
"allOf": [
40414041
{
@@ -4097,7 +4097,7 @@
40974097
}
40984098
],
40994099
"default": {},
4100-
"description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info"
4100+
"description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/reference/node/node-status/#info"
41014101
},
41024102
"phase": {
41034103
"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
@@ -6092,7 +6092,7 @@ type NodeStatus struct {
60926092
// +optional
60936093
Phase NodePhase `json:"phase,omitempty" protobuf:"bytes,3,opt,name=phase,casttype=NodePhase"`
60946094
// Conditions is an array of current observed node conditions.
6095-
// More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
6095+
// More info: https://kubernetes.io/docs/reference/node/node-status/#condition
60966096
// +optional
60976097
// +patchMergeKey=type
60986098
// +patchStrategy=merge
@@ -6101,7 +6101,7 @@ type NodeStatus struct {
61016101
Conditions []NodeCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,4,rep,name=conditions"`
61026102
// List of addresses reachable to the node.
61036103
// Queried from cloud provider, if available.
6104-
// More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses
6104+
// More info: https://kubernetes.io/docs/reference/node/node-status/#addresses
61056105
// Note: This field is declared as mergeable, but the merge key is not sufficiently
61066106
// unique, which can cause data corruption when it is merged. Callers should instead
61076107
// use a full-replacement patch. See https://pr.k8s.io/79391 for an example.
@@ -6119,7 +6119,7 @@ type NodeStatus struct {
61196119
// +optional
61206120
DaemonEndpoints NodeDaemonEndpoints `json:"daemonEndpoints,omitempty" protobuf:"bytes,6,opt,name=daemonEndpoints"`
61216121
// Set of ids/uuids to uniquely identify the node.
6122-
// More info: https://kubernetes.io/docs/concepts/nodes/node/#info
6122+
// More info: https://kubernetes.io/docs/reference/node/node-status/#info
61236123
// +optional
61246124
NodeInfo NodeSystemInfo `json:"nodeInfo,omitempty" protobuf:"bytes,7,opt,name=nodeInfo"`
61256125
// 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)