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

build error: proxy/config/v1alpha1.KubeProxyConfiguration has no field or method ResourceContainer #6373

Closed
tstromberg opened this issue Jan 22, 2020 · 1 comment
Assignees

Comments

@tstromberg
Copy link
Contributor

This is something I'm seeing locally, but will track in case others are seeing it as well:

# k8s.io/kubernetes/pkg/proxy/apis/config/v1alpha1
../../go/pkg/mod/k8s.io/[email protected]/pkg/proxy/apis/config/v1alpha1/defaults.go:61:8: obj.ResourceContainer undefined (type *"k8s.io/kube-proxy/config/v1alpha1".KubeProxyConfiguration has no field or method ResourceContainer)
../../go/pkg/mod/k8s.io/[email protected]/pkg/proxy/apis/config/v1alpha1/defaults.go:62:6: obj.ResourceContainer undefined (type *"k8s.io/kube-proxy/config/v1alpha1".KubeProxyConfiguration has no field or method ResourceContainer)
../../go/pkg/mod/k8s.io/[email protected]/pkg/proxy/apis/config/v1alpha1/zz_generated.conversion.go:114:28: in.ResourceContainer undefined (type *"k8s.io/kube-proxy/config/v1alpha1".KubeProxyConfiguration has no field or method ResourceContainer)
../../go/pkg/mod/k8s.io/[email protected]/pkg/proxy/apis/config/v1alpha1/zz_generated.conversion.go:152:5: out.ResourceContainer undefined (type *"k8s.io/kube-proxy/config/v1alpha1".KubeProxyConfiguration has no field or method ResourceContainer)
@tstromberg
Copy link
Contributor Author

Apparently this was my own fault.

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

No branches or pull requests

1 participant