- 14 Jan, 2015 40 commits
-
-
Tim Hockin authored
-
Daniel Smith authored
Improve client recording of events such that clients are
-
Nikhil Jindal authored
fix log message
-
Daniel Smith authored
-
Daniel Smith authored
Remove CONDITION from event object completely
-
Eric Tune authored
Service visibility w/in namespaces, master services, set env vars in kubelet
-
Daniel Smith authored
Use a strong type for UID fields
-
saadali authored
# *** ERROR: *** Some files have not been gofmt'd. To fix these # errors, run gofmt -s -w <file>, or cut and paste the following: # gofmt -s -w pkg/kubecfg/resource_printer.go pkg/proxy/config/config.go pkg/runtime/types.go # # Your commit will be aborted unless you override this warning. To # commit in spite of these format errors, delete the following line: # COMMIT_BLOCKED_ON_GOFMT
-
Daniel Smith authored
Using ExtractObj instead of ExtractToList since BoundPods is not a List ...
-
Daniel Smith authored
Fix presubmit
-
Paul Morie authored
-
Dawn Chen authored
-
Tim Hockin authored
-
Tim Hockin authored
-
Daniel Smith authored
GKE: Fix unbound variable when pd.sh fails
-
Joe Beda authored
Autogenerate markdown docs for kubectl
-
Zach Loafman authored
Revert "Add --v=4 to e2e bash executions by default"
-
Jeff Lowdermlk authored
Add test to verify generated docs are up to date.
-
Zach Loafman authored
This reverts commit abc62175, which interacts weirdly with Jenkins on the GKE provider. Tactical revert until that can be figured out: https://github.com/GoogleCloudPlatform/kubernetes/issues/3474
-
Daniel Smith authored
Add tests for run command and generate.
-
Zach Loafman authored
In the other providers, MINION_NAMES is bound early and detect_minions is actually only used to detect the IPs of the minions, which is why I didn't expect to need to call it. Move the initialization to config-common.sh in GKE as well. This follows the pattern of cluster/gce/config-{default,test}.sh -
bgrant0607 authored
Write to STDERR when Delete contains no resources
-
Daniel Smith authored
When choosing a host interface proxier must only consider the ones with an address assigned
-
Daniel Smith authored
Fix Event.Source for hostname_override case.
-
Clayton Coleman authored
Also test that this occurs
-
fabianofranz authored
-
Clayton Coleman authored
Fix panic if selector uses malformed syntax
-
Zach Loafman authored
Fix e2e invalid JSON, ensure CLI communicates invalid JSON errors effectively
-
Daniel Smith authored
Remove a duplicate 'its'
-
Clayton Coleman authored
Passing zero objects to create should be an error
-
bgrant0607 authored
eliminate possibility of double-calling
-
bgrant0607 authored
Basic "Run" command
-
Dawn Chen authored
-
Clayton Coleman authored
Switch the ignore stream errors behavior to print a Warningf on failure to parse, not v(2)
-
Clayton Coleman authored
Will allow more debugging output to be available in CLI
-
Clayton Coleman authored
-
Martin Nagy authored
-
Zach Loafman authored
Deflake pd.sh: Try really, really hard to detach and delete PD
-
Zach Loafman authored
-
Eric Tune authored
Address nits from PR #3423
-