Remove obsolete refs to gate EndpointSliceNodeName

This commit is contained in:
Tim Hockin
2022-07-07 13:19:59 -07:00
parent 65361245ed
commit c2ee067221
10 changed files with 11 additions and 16 deletions

View File

@@ -26224,7 +26224,7 @@ func schema_k8sio_api_discovery_v1_Endpoint(ref common.ReferenceCallback) common
},
"nodeName": {
SchemaProps: spec.SchemaProps{
Description: "nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.",
Description: "nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.",
Type: []string{"string"},
Format: "",
},
@@ -26586,7 +26586,7 @@ func schema_k8sio_api_discovery_v1beta1_Endpoint(ref common.ReferenceCallback) c
},
"nodeName": {
SchemaProps: spec.SchemaProps{
Description: "nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.",
Description: "nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.",
Type: []string{"string"},
Format: "",
},