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

Support for batch deletion of endpoints #27351

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions Documentation/configuration/api-restrictions-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The following API flags are compatible with the ``cilium-agent`` flag
===================== ====================
Flag Name Description
===================== ====================
DeleteEndpoint Deletes a list of endpoints that have endpoints matching the
provided properties
DeleteEndpointID Deletes the endpoint specified by the ID. Deletion is
imminent and atomic, if the deletion request is valid and
the endpoint exists, deletion will occur even if errors are
Expand Down
153 changes: 153 additions & 0 deletions api/v1/client/endpoint/delete_endpoint_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.