- 12 Aug, 2015 26 commits
-
-
Wojciech Tyczynski authored
-
Piotr Szczesniak authored
consolidate cloudproviders into a single import
-
Piotr Szczesniak authored
Properly handle nil interfaces in DeepCopy.
-
Piotr Szczesniak authored
Synchronize help message between describe and get
-
Piotr Szczesniak authored
Cleanup: "scaler" -> "scale".
-
Piotr Szczesniak authored
Add missing argument to function call and don't set GOPATH directly
-
hurf authored
small nits, change 'resources' to 'resource types'
-
Piotr Szczesniak authored
Fix the paths given in the update-demo, which was moved out of examples
-
Piotr Szczesniak authored
Fix the problem of the deployAddons.sh
-
Jerzy Szczepkowski authored
Cosmetic cleanup: "scaler" replaced with "scale" (the proper name for sub-resource).
-
Byungjoon Lee authored
Fix the problem that Kubernetes UI is not installed by deployAddons.sh script in Ubuntu environment.
-
Alex Robinson authored
and into docs/user-guide about a month ago.
-
Bryan Stenson authored
move all providers into new package update all references to old package path -
Piotr Szczesniak authored
Upgrade to Docker 1.7.1 by default
-
Piotr Szczesniak authored
Update code and docs to use - in flag names instead of _
-
Muhammed Uluyol authored
-
Mike Danese authored
export path in shippable and travis
-
Mike Danese authored
-
CJ Cullen authored
kubelet: refactor SyncPods for better readability
-
CJ Cullen authored
Update travis and shippable to have less needless cruft
-
CJ Cullen authored
Remove BindClientConfigFlags entirely
-
CJ Cullen authored
Generate conversions/deep-copies for experimental.
-
CJ Cullen authored
Rescheduler design space doc.
-
Muhammed Uluyol authored
Running reflect.ValueOf(X) where X is a nil interface will return a zero Value. We cannot get the type (because no concrete type is known) and cannot check if the Value is nil later on due to the way reflect.Value works. So we should handle this case by immediately returning nil. We cannot type-assert a nil interface to another interface type (as no concrete type is assigned), so we must add another check to see if the returned interface is nil.
-
Muhammed Uluyol authored
Generate conversions/deep-copies for experimental. Currently we make (and register) duplicate functions but this is benign.
-
CJ Cullen authored
Add Birthcry event to kube-proxy
-
- 11 Aug, 2015 14 commits
-
-
Muhammed Uluyol authored
Remove redundant tests. We already check that no changes have been made in hack/verify-generated-*.sh.
-
Yu-Ju Hong authored
Eventually we would like to replace the all-encompassing SyncPods function with more well-defined, smaller functions. This would not only help with the readability and profiling of the code, it'd also set in motion for the plans to trigger pod worker individually based on the content of the pod updates. This commit serves as the first step of that, while avoiding breaking all unit tests by preserving the SyncPods function for the time being.
-
CJ Cullen authored
Updating swagger datafile as per latest swagger-ui code
-
CJ Cullen authored
fix ABAC tests
-
CJ Cullen authored
Strip out extra gunk from the end of an example output line.
-
CJ Cullen authored
Fix kube-push using gcloud compute instance-groups managed set-instance-template
-
CJ Cullen authored
Fix go vet errors
-
Dawn Chen authored
Currently it is commented out.
-
Dawn Chen authored
-
nikhiljindal authored
-
Eric Paris authored
It looks like there are places where things were needed for one command were being just needlessly copied. Which made the files harder to recognize what mattered and what didn't...
-
Brendan Burns authored
Switch the order of delete, delete pods before deleting nodes.
-
Kris Rousey authored
-
Eric Paris authored
-