Skip to content
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

Update k8s vendor to 1.10.5 #174

Merged
merged 2 commits into from
Jul 11, 2018
Merged

Update k8s vendor to 1.10.5 #174

merged 2 commits into from
Jul 11, 2018

Conversation

alena1108
Copy link

@alena1108 alena1108 commented Jul 9, 2018

leader/leader.go Outdated
@@ -73,5 +73,5 @@ func createRecorder(name string, kubeClient kubernetes.Interface) record.EventRe
eventBroadcaster := record.NewBroadcaster()
eventBroadcaster.StartLogging(logrus.Infof)
eventBroadcaster.StartRecordingToSink(&v1core.EventSinkImpl{Interface: v1core.New(kubeClient.CoreV1().RESTClient()).Events("")})
return eventBroadcaster.NewRecorder(api.Scheme, v1.EventSource{Component: name})
return eventBroadcaster.NewRecorder(runtime.NewScheme(), v1.EventSource{Component: name})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this, I believe should be k8s.io/kubernetes/pkg/api/legacyscheme.Scheme

@alena1108 alena1108 merged commit 57e8282 into rancher:master Jul 11, 2018
jordanjean pushed a commit to jordanjean/norman that referenced this pull request Jan 7, 2020
Add desired nodes support on eks_config argument on rancher2_cluster resource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants