Eric Paris
Eric Paris
Since I ended up here I figured I'd post this for the next person implementing it in your code. ``` func GetIssues(client *jira.Client, searchString string) ([]jira.Issue, error) { last :=...
My code snippet above may be used in any context. It is public domain if your jurisdiction allows it. It may also be used under any open source license if...
spf13/pflag (a fork of ogier) has this support. See https://github.com/spf13/pflag#setting-no-option-default-values-for-flags
Since you are using hugo (which I believe in turn uses spf13/cobra and spf13/pflag) you can check out the "normalized name" support. It allows you to write your own custom...
I just had the same problem. The `WalkFunc` to `filepath.Walk` doesn't check errors. If you return the error you see the glide is deleting the directory and then trying to...
Specifying specific syscalls would allow you to setup seccomp filters. Admittedly no one knows what syscalls they make, so it's not actually useful/possible. But anyway, this is basically a light...
People keep finding this repo. I need to delete it I guess.... http://cbs.centos.org/koji/packageinfo?packageID=105 I don't know much about the CentOS project or how to get the repos enabled...
That step is entirely irrelevant in upstream code. Nodes automatically register themselves and this portion is not needed.
I also should point out that the facts collection uses `kubectl version -c` which only gives the version of kubectl, not the version of the apiserver. Although if kubectl isn't...
In any case, I'm abandoning support for this, and will be focusing on the contrib/ansible section of the upstream kube tree (or the 'rewrite' branch of this tree)