-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use generate informers for cluster resource quota #14567
Conversation
42fc925
to
844abae
Compare
@@ -51,7 +51,7 @@ func (c *MasterConfig) newOpenshiftAPIConfig(kubeAPIServerConfig apiserver.Confi | |||
KubeletClientConfig: c.KubeletClientConfig, | |||
KubeInternalInformers: c.Informers.InternalKubernetesInformers(), | |||
AuthorizationInformers: c.AuthorizationInformers, | |||
DeprecatedInformers: c.Informers, | |||
QuotaInformers: c.QuotaInformers, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes me happy.
@@ -97,18 +90,6 @@ func (f *sharedInformerFactory) Start(stopCh <-chan struct{}) { | |||
} | |||
} | |||
|
|||
func (f *sharedInformerFactory) StartCore(stopCh <-chan struct{}) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay!
lgtm [merge] |
continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 8 |
844abae
to
8fa91e2
Compare
[merge] |
Unable to tell what flaked |
Evaluated for origin merge up to 8fa91e2 |
|
[severity:bug] |
[test] |
Evaluated for origin test up to 8fa91e2 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2256/) (Base Commit: eb50c84) |
Builds on the other changes to remove handwritten informers, only the
last commit is new.
[test] @deads2k