- 02 Feb, 2015 33 commits
-
-
Brian Grant authored
Slightly relax annotation validation
-
Satnam Singh authored
Convert load of api/examples/pod.json into native Go definition of the api.Pod
-
Alex Robinson authored
make kube-proxy.log less verbose.
-
Alex Robinson authored
Adding an extensible resource spec to the API.
-
Dawn Chen authored
-
Alex Robinson authored
Make master service IP static (no longer randomly assigned)
-
Alex Robinson authored
Move hostip to sync status
-
Brendan Burns authored
Allow commands to specify a short namespace
-
Brendan Burns authored
Handle missing auth file gracefully in kubelet
-
Brendan Burns authored
Fix roadmap doc
-
Alex Robinson authored
Add a GetByKey method to Store
-
Brendan Burns authored
Another link for multi-node vagrant cluster on Mac
-
Brendan Burns authored
Ansible playbook for cloudstack
-
Brendan Burns authored
Etcd data dir must be empty
-
Clayton Coleman authored
Allow client.Config to be used for HTTP2 and WebSocket connections
-
Clayton Coleman authored
Make RESTMapper scope aware, use it to inform kubectl and swagger behavior
-
Alex Robinson authored
Fix typo
-
Alex Robinson authored
Fix typos
-
Brendan Burns authored
addition of mysql-WP example
-
Satnam Singh authored
Use new resource builder in kubectl update
-
fabianofranz authored
-
Justin SB authored
Otherwise we get the error "unknown wal version in data dir /var/etcd" When this is the homedir for etcd, e.g. .bashrc confuses it
-
derekwaynecarr authored
-
derekwaynecarr authored
-
derekwaynecarr authored
-
derekwaynecarr authored
-
derekwaynecarr authored
-
derekwaynecarr authored
-
derekwaynecarr authored
-
derekwaynecarr authored
-
derekwaynecarr authored
-
Sebastien Goasguen authored
-
Clayton Coleman authored
The more aggressive validation on annotations broke openshift (and backwards compat for our data). This change relaxes to allow mixed case so we can continue working in the short term, try to see if we can agree on relaxation, and if we can't, apply the stronger validation here.
-
- 01 Feb, 2015 5 commits
-
-
rimusz authored
-
Clayton Coleman authored
Without the ability to retrieve underlying items by key (instead of the object passed to KeyFunc) it is impossible to build wrappers around cache.Store that want to make decisions about keys, because they would need to reconstruct the object passed to Get. This allows retrieval by key, and makes sure Get(obj) uses it.
-
Adam Durana authored
-
Vishnu Kannan authored
quantities 'CPU' and 'Memory' will be preserved until support for v1beta1 and v1beta2 APIs are dropped. Improved resource validation in the process.
-
rimusz authored
-
- 31 Jan, 2015 2 commits