-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
component/kuberneteskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/delivery-blockerkind/post-rebasepriority/P1
Milestone
Description
#15100 is failing on idler compilation problems. I made some changes in separate: DANW: endpointsconfighandler changes which may or may not have helped, so feel free to revert those.
This is blocking progress on the rebase since we cannot complete a compile and get a master without having this work.
# github.com/openshift/origin/pkg/proxy/hybrid
pkg/proxy/hybrid/proxy.go:97: not enough arguments in call to p.unidlingProxy.OnServiceUpdate
have ([]*"github.com/openshift/origin/vendor/k8s.io/kubernetes/pkg/api".Service)
want (*"github.com/openshift/origin/vendor/k8s.io/kubernetes/pkg/api".Service, *"github.com/openshift/origin/vendor/k8s.io/kubernetes/pkg/api".Service)
# github.com/openshift/origin/pkg/proxy/unidler
pkg/proxy/unidler/unidlersocket.go:265: svcInfo.ServiceRef undefined (type *userspace.ServiceInfo has no field or method ServiceRef)
pkg/proxy/unidler/unidlersocket.go:345: svcInfo.ServiceRef undefined (type *userspace.ServiceInfo has no field or method ServiceRef)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component/kuberneteskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/delivery-blockerkind/post-rebasepriority/P1