You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Printf("Initializing from self managed endpoint store")
1657
-
podInfoByIPProvider, err=cnireconciler.NewCNSPodInfoProvider(httpRestServiceImplementation.EndpointStateStore) // get reference to endpoint state store from rest server
1658
+
podInfoByIPProvider, err=cnspodprovider.New(httpRestServiceImplementation.EndpointStateStore) // get reference to endpoint state store from rest server
1658
1659
iferr!=nil {
1659
1660
iferrors.Is(err, store.ErrKeyNotFound) {
1660
1661
logger.Printf("[Azure CNS] No endpoint state found, skipping initializing CNS state")
0 commit comments