WIP: Add machineconfiguration API#1
Conversation
|
Generating the docs is failing with: Could be some explicit conversion is missing, similar to: Line 2 in 296f4c4 |
26f6982 to
f1033f9
Compare
…gnition types Also add missing comment to allow for running protobuf/swagger docs generation
f1033f9 to
57e2eae
Compare
|
next issue: Maybe it's this issue: golang/go#23536 ? |
|
the first line 264 error makes sense bc the dAtA is a []byte and v is []string. v is an element of StaticPodURLHeader which is a map[string][]string (see vendor/k8s.io/kubelet/config/v1beta1/types.go) |
|
for the second error it's hitting: for 3rd it's hitting: Not sure why StaticPodURLHeader is doing this in generated files, but the errors just from poking around seem correct given the def in types.go Not so familar with the API generation etc tho, but @runcom any idea why this is happening? |
Run `glide update && ./hack/update-deps.sh`
Run `make generate && make verify`
57e2eae to
9995ff3
Compare
ddf7990 to
4522a1a
Compare
|
moving this over to: openshift#301 |
No description provided.