-
With this change to `Gopkg.toml`:
```diff
+[[constraint]]
+ name = "k8s.io/api"
+ branch = "release-1.10"
+
[[constraint]]
name = "k8s.io/apiserver"
- branch = "release-1.9"
+ branc…
-
When trying to apply easyjson to nested maps like `map[string]map[uint32]string`, it produces invalid code:
```
for v2_name, v2_value := range in.Field {
if !v2_first {
…
-
Somehow all the in-tree cloud provider packages are built into kubeadm; which is really bad.
We should rip those out as kubeadm doesn't use them in any way.
```
k8s.io/kubernetes/vendor/githu…
luxas updated
6 years ago
-
**Issue 1**: if your %GOPATH% is not matched by case with the way the file system reports the directory, easyjson incorrectly believes that a file that is in %GOPATH% is not. e.g.:
%GOPATH% = c:\ …
-
IStioctl build fails on s390x with below error:
/home/test/.cache/bazel/_bazel_test/4c1a9bb7f44c542b6d45c435324cdab5/external/com_github_howeyc_gopass/BUILD.bazel:5:1: GoCompile external/com_github_h…
-
/kind feature
**What happened**:
Attempting to deploy kube-state-metrics container into our environment the function threw and error, which at first I took to be a BUG, but am thinking its probab…
-
- [x] `UPSTREAM: : make namespace lifecycle access review aware` should be fixed by discovery. If you can't get it, then it's not really stored. - https://github.com/openshift/origin/issues/15255
…
-
### What version of `dep` are you using (`dep version`)?
`0.3.2`
### What `dep` command did you run?
`dep init`
### What did you expect to see?
I have a the following dependency in …
-
I am trying to vendor an API generated by go-swagger to be included in a Docker container.
> govendor list
> .....
shows many packages, what is the minimum set?
-
## Expected Behavior
glide up should gather all dependencies to build flannel
## Current Behavior
```
glide up
[WARN] The name listed in the config file (github.com/coreos/flannel) does not…