Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix redundance words for the endpointslice describe. #4295

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions keps/sig-network/0752-endpointslices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,11 @@ core/v1 Endpoints API is required. This allows the API to support services with
no port remapping or all port services.

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

This field will remain in v1beta1 and a conversion functionality
will exist to convert to and from v1.

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