diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index 6aaf6ef069d..b598ff06143 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -16342,6 +16342,10 @@
"type": "string",
"description": "The Hostname of this endpoint"
},
+ "nodeName": {
+ "type": "string",
+ "description": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node."
+ },
"targetRef": {
"$ref": "v1.ObjectReference",
"description": "Reference to object providing the endpoint."
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html
index a054c5712be..cdf5978a002 100755
--- a/docs/api-reference/v1/definitions.html
+++ b/docs/api-reference/v1/definitions.html
@@ -8105,6 +8105,13 @@ The resulting set of endpoints can be viewed as:
nodeName
Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.
false
string
targetRef
Reference to object providing the endpoint.
false