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 3dbebeb commit 97b8c0b
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 36 deletions.
10 changes: 5 additions & 5 deletions client/xnsinformer/factory.go

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

1 change: 1 addition & 0 deletions core/v1/zz_generated.deepcopy.go

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

1 change: 1 addition & 0 deletions core/v1alpha1/conversion_generated.go

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

1 change: 1 addition & 0 deletions core/v1alpha1/zz_generated.deepcopy.go

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

1 change: 1 addition & 0 deletions core/v2/zz_generated.deepcopy.go

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

1 change: 1 addition & 0 deletions federation/v1/zz_generated.deepcopy.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.1
github.com/google/go-cmp v0.5.2
github.com/maistra/xns-informer v0.0.0-20220920133259-f0b868f688e0
github.com/maistra/xns-informer v0.0.0-20221007121715-3ae7b6592ef4
github.com/pkg/errors v0.9.1
github.com/spf13/pflag v1.0.5
google.golang.org/grpc v1.28.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -324,8 +324,8 @@ github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
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/maistra/xns-informer v0.0.0-20220920133259-f0b868f688e0 h1:RncQuyq1CZPFwnf8O/kAuQJFj1A4M1jwptfr0WHmuCw=
github.com/maistra/xns-informer v0.0.0-20220920133259-f0b868f688e0/go.mod h1:Bwe3VRiuXlSXu8MktDkmbrFcmSDysxuoOra542o0Ljk=
github.com/maistra/xns-informer v0.0.0-20221007121715-3ae7b6592ef4 h1:bmRcAmXcPdYK622r/XRyl9hxqhLpEcfJf7pws8SHWCw=
github.com/maistra/xns-informer v0.0.0-20221007121715-3ae7b6592ef4/go.mod h1:Bwe3VRiuXlSXu8MktDkmbrFcmSDysxuoOra542o0Ljk=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
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 @@ -45,7 +45,7 @@ github.com/imdario/mergo
github.com/inconshreveable/mousetrap
# github.com/json-iterator/go v1.1.10
github.com/json-iterator/go
# github.com/maistra/xns-informer v0.0.0-20220920133259-f0b868f688e0
# github.com/maistra/xns-informer v0.0.0-20221007121715-3ae7b6592ef4
## 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 97b8c0b

Please sign in to comment.