File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
keps/sig-multicluster/1645-multi-cluster-services-api Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -883,8 +883,9 @@ clusterset, associated with the derived `ServiceImport`. One or more
883
883
`EndpointSlice` containing only endpoints from a single source cluster. These
884
884
`EndpointSlice` objects will be marked as managed by the clusterset service
885
885
controller, so that the endpoint slice controller doesn’t delete them.
886
- `EndpointSlices` will have an owner reference to their associated
887
- `ServiceImport`.
886
+
887
+ When a service is un-exported, the associated EndpointSlices will be deleted.
888
+ The specific mechanism by which they are deleted is an implementation detail.
888
889
889
890
Since a given `ServiceImport` may be backed by multiple `EndpointSlices`, a
890
891
given `EndpointSlice` will reference its `ServiceImport` using the label
You can’t perform that action at this time.
0 commit comments