- 08 Jan, 2015 5 commits
-
-
Daniel Smith authored
-
Maxwell Forbes authored
GKE: Also need to muck with the firewall rule here
-
Tim Hockin authored
Add numeric type into api
-
Zach Loafman authored
-
Tim Hockin authored
Revert "GKE: Add ENABLE_CLUSTER_DNS, compute appropriate DNS_SERVER_IP"
-
- 07 Jan, 2015 35 commits
-
-
Daniel Smith authored
Move Listers to pkg/client/cache.
-
Eric Tune authored
Cleanup to client initialization in Kubelet
-
Eric Tune authored
I would like to use these in kubelet and kube-proxy. This is the minimal change to get them moved. I will follow up with changes to make interfaces consistent and add Listers for other resources.
-
Daniel Smith authored
Make RESTClient more generic to API version, simplify version handling
-
Daniel Smith authored
-
Daniel Smith authored
make etcd registry pass test fix kubelet config for quantity fix openstack for quantity fix controller for quantity fix last tests for quantity wire into binaries fix controller manager fix build for 32 bit systems
-
Daniel Smith authored
* Use semantic deep equal when validating * More test cases for deep equal
-
Daniel Smith authored
kubelet, GCE, validation, client
-
Daniel Smith authored
-
Daniel Smith authored
-
Clayton Coleman authored
RESTClient is an abstraction on top of arbitrary HTTP endpoints that follow the Kubernetes API conventions. Refactored RESTClientFor so that assumptions that are Kube specific happen outside of that method (so others can reuse the RESTClient). Added more validation to client.New to ensure clients give good input. Exposed APIVersion on RESTClient as a method so that wrapper code (code that adds typed / structured methods over rest endpoints like client.Client) can more easily make decisions about what APIVersion it is running under.
-
Brendan Burns authored
endpoints controller is too verbose
-
Zach Loafman authored
We actually can't yet support cluster DNS inside GKE yet; it conflicts with how we handle startup internally. This reverts commit fdccfe97.
-
Daniel Smith authored
Using google/cadvisor:0.7.1 instead of :latest
-
Clayton Coleman authored
Logging at v(3) instead of v(0)
-
Dawn Chen authored
-
Tim Hockin authored
Make Reflector helpers reusable.
-
Eric Tune authored
Scheduler uses Reflector from pkg/client/cache. It defines some helper classes. I'd like to use those helpers with pkg/client/cache in kube-proxy and kubelet too.
-
Tim Hockin authored
Create release 0.8.0
-
Tim Hockin authored
Add skydns to deps.
-
Rohit Jnagal authored
godep build fails without this. Also pulls in github.com/miekg/dns. rackspace/gophercloud doesn't seem to need kr/text and golang-pretty anymore.
-
Tim Hockin authored
Allow specifying GCE network in GKE provider, default to "e2e" for tests
-
Brendan Burns authored
Revert "Fix inflight merge conflict by adapting rollingupdate to #2861"
-
Brendan Burns authored
Revert "add kubeconfig types"
-
Brendan Burns authored
-
Brendan Burns authored
-
Zach Loafman authored
-
Brendan Burns authored
Add a little bit more logging to a test
-
Brendan Burns authored
Update etcd-http-read-timeout to match with coreos validator
-
Clayton Coleman authored
Also fixes how Kubelet server looks up pods by name when there are multiple sources.
-
Clayton Coleman authored
-
Clayton Coleman authored
-
Clayton Coleman authored
Add *useful* DeepEqual
-
Brendan Burns authored
-
Brendan Burns authored
-