When I build enoy-initializer image, I have encounter the follow exceptions:
./build
# kubernetes-initializer-tutorial/envoy-initializer
./main.go:98:11: options.IncludeUninitialized undefined (type "kubernetes-initializer-tutorial/envoy-initializer/vendor/k8s.io/apimachinery/pkg/apis/meta/v1".ListOptions has no field or method IncludeUninitialized)
./main.go:102:11: options.IncludeUninitialized undefined (type "kubernetes-initializer-tutorial/envoy-initializer/vendor/k8s.io/apimachinery/pkg/apis/meta/v1".ListOptions has no field or method IncludeUninitialized)
./main.go:138:33: "kubernetes-initializer-tutorial/envoy-initializer/vendor/k8s.io/apimachinery/pkg/runtime".NewScheme().DeepCopy undefined (type *"kubernetes-initializer-tutorial/envoy-initializer/vendor/k8s.io/apimachinery/pkg/runtime".Scheme has no field or method DeepCopy)
My Go Version is: go version go1.12.1 darwin/amd64
When I build enoy-initializer image, I have encounter the follow exceptions:
My Go Version is: go version go1.12.1 darwin/amd64