- 10 Sep, 2015 13 commits
-
-
Kevin authored
-
Kevin 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
Rename "minion" to "node" in few places.
-
Chao Xu authored
[RFC] adding a proposal for api groups
-
Chao Xu authored
Adds serviceaccounts to kubectl get/describe cli help and docs description.
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Chao Xu authored
Fixed passing RUNTIME_CONFIG flag
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
- 09 Sep, 2015 27 commits
-
-
Chao Xu authored
Doc fix for admission/plugin.go
-
Chao Xu authored
add raw flag for GitHub download links
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Chao Xu authored
Define lock coding convention
-
Chao Xu authored
-
Mike Danese authored
-
Clayton Coleman authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Amy Unruh authored
Update image names in the README.
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Maciej Szulik authored
RUNTIME_CONFIG="experimental/v1=true" to the server.
-
derekwaynecarr authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Matt Moore authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Avesh Agarwal authored
-
Paul Morie authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Wojciech Tyczynski authored
-
hurf authored
Complete unfinished doc, changed some comments to be more readable.
-
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
-