Skip to content

Commit

Permalink
OSSM-2006 Alternative fix for informer.HasSynced()
Browse files Browse the repository at this point in the history
  • Loading branch information
luksa committed Oct 7, 2022
1 parent 84c4184 commit 0482cc7
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 35 deletions.
8 changes: 4 additions & 4 deletions client/xnsinformer/factory.go

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

2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.5.6
github.com/maistra/xns-informer v0.0.0-20220920101259-8467c347491a
github.com/maistra/xns-informer v0.0.0-20221007121714-8000c40e5493
github.com/pkg/errors v0.9.1
github.com/spf13/pflag v1.0.5
google.golang.org/grpc v1.42.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -337,8 +337,8 @@ github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs=
github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/maistra/xns-informer v0.0.0-20220920101259-8467c347491a h1:0eb/ZjoJgg7QjUMKy9nPbjztSiiYgH68ZblO2zqimw0=
github.com/maistra/xns-informer v0.0.0-20220920101259-8467c347491a/go.mod h1:0ZUF4kjow/MlN7Gp6OY7w2qBsWSG4MDBNxUp1VSSs/A=
github.com/maistra/xns-informer v0.0.0-20221007121714-8000c40e5493 h1:FxVGuZ8VKZ0prLPdr6iFIGtkRB3+R7MekFlpTLDwdyc=
github.com/maistra/xns-informer v0.0.0-20221007121714-8000c40e5493/go.mod h1:0ZUF4kjow/MlN7Gp6OY7w2qBsWSG4MDBNxUp1VSSs/A=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=
github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
Expand Down

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

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

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

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -41,7 +41,7 @@ github.com/imdario/mergo
github.com/inconshreveable/mousetrap
# github.com/json-iterator/go v1.1.11
github.com/json-iterator/go
# github.com/maistra/xns-informer v0.0.0-20220920101259-8467c347491a
# github.com/maistra/xns-informer v0.0.0-20221007121714-8000c40e5493
## explicit
github.com/maistra/xns-informer/cmd/xns-informer-gen
github.com/maistra/xns-informer/cmd/xns-informer-gen/args
Expand Down

0 comments on commit 0482cc7

Please sign in to comment.