- 09 Sep, 2015 21 commits
-
-
Matt Moore authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Merge pull request #13723 from ingvagabund/fix-incorrect-replacement-of-util-CheckErr-for-resource-NewBuilder Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Jan Chaloupka authored
util.CheckErr(err) with if err != nil { return err } One replacement is incorrent. The current call of resource.NewBuilder is returned in r variable. Which was tested with util.CheckErr(r.Err()) before cd7d78b6 commit. It was replaced by if err != nil { return err } which is incorrect as err is not set by resource.NewBuilder call. The correct use is err := r.Err() if err != nil { return err } -
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
qiaolei authored
-
qiaolei authored
Where `~/.kube/kubeconfig` should be `~/.kube/config`
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
hurf authored
Return all errors at a time when resources violate limitrange to provide users better experience.
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
qiaolei authored
Change '--enablerepo=update-testing' to '--enablerepo=updates-testing' to keep align with the command output.
-
Brendan Burns authored
in api.ObjectMeta. Add more tests.
-
feihujiang authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
- 08 Sep, 2015 19 commits
-
-
Avesh Agarwal authored
should not be performed.
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Chao Xu authored
Add mount dirs to docker multi-node scripts
-
Chao Xu authored
Add default version to docker-multi scripts
-
Chao Xu authored
Fixed a markdown error in rackspace.md
-
goltermann authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Chao Xu authored
Fix verify-descriptions.sh
-
derekwaynecarr authored
-
Paul Morie authored
-
Paul Morie authored
-
Chao Xu authored
Support setting env vars in kubectl run
-
Paul Morie authored
-
Chao Xu authored
Improve reliability of salt-minion on vagrant master
-
k8s-merge-robot authored
Auto commit by PR queue bot
-