mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
move endpointslice reconciler to staging endpointslice repo
This commit is contained in:
@@ -19,7 +19,7 @@ package endpointslicemirroring
|
||||
import (
|
||||
v1 "k8s.io/api/core/v1"
|
||||
discovery "k8s.io/api/discovery/v1"
|
||||
endpointsliceutil "k8s.io/kubernetes/pkg/controller/util/endpointslice"
|
||||
endpointsliceutil "k8s.io/endpointslice/util"
|
||||
)
|
||||
|
||||
// slicesByAction includes lists of slices to create, update, or delete.
|
||||
|
||||
Reference in New Issue
Block a user