Skip to content

Commit 724da61

Browse files
authored
Merge pull request kubernetes#2462 from swetharepakula/endpointslice-ga-clarification
Clarify topology removal in GA API
2 parents 19c03f2 + 8413469 commit 724da61

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-network/0752-endpointslices

1 file changed

+3
-3
lines changed

keps/sig-network/0752-endpointslices/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ core/v1 Endpoints API is required. This allows the API to support services with
291291
no port remapping or all port services.
292292

293293
### Topology (Per Endpoint)
294-
**DEPRECATED** in v1.20 and will be removed in v1.21.
295-
This field will remain in v1beta1 and a conversion functionality will exist to
296-
convert to and from v1.
294+
**DEPRECATED** in v1.20 and will not be part of the will not be part of the
295+
discovery/v1 API in v1.21. This field will remain in v1beta1 and a conversion
296+
functionality will exist to convert to and from v1.
297297

298298
A new topology field (string to string map) is added to each endpoint. It can
299299
contain arbitrary topology information associated with the endpoint. If the

0 commit comments

Comments
 (0)