k3s/pkg
Clayton Coleman 1eaa5c41f9 RawExtension was not properly marshalled
MarshalJSON can't use a pointer to a struct for RawExtension:

http://stackoverflow.com/questions/21390979/custom-marshaljson-never-gets-called-in-go
2014-12-09 10:31:14 -05:00
..
api Shrink runtime.TypeMeta to be equivalent to api TypeMeta 2014-12-07 20:49:07 -05:00
apiserver make selfLink namespace aware 2014-12-05 17:37:11 -05:00
auth Remove unused YAML tags and GetYAML/SetYAML methods 2014-12-02 16:25:28 -08:00
capabilities Refactor to clean up names. 2014-09-16 15:19:02 -07:00
client Merge pull request #2767 from ironcladlou/watch-error-handling 2014-12-05 13:43:26 -08:00
clientauth New package defines .kubernetes_auth format. 2014-11-14 10:36:25 -08:00
cloudprovider Print SyncCloud errors 2014-12-05 11:50:21 -08:00
config add utility for binding flags and building api server clients 2014-11-26 07:50:51 -05:00
constraint Write BoundPods to etcd instead of ContainerManifestList 2014-10-16 19:29:08 -04:00
controller Refactor PodCondition to PodPhase 2014-11-21 15:28:38 -05:00
conversion Use if err := ; err != nil instead of two lines 2014-12-07 20:48:16 -05:00
credentialprovider Merge pull request #2674 from mattmoor/quiet-credentialprovider 2014-12-02 18:25:03 -08:00
health Update exec health check message logged 2014-12-02 07:15:02 -05:00
healthz Fix healthz test error handling 2014-11-02 22:26:45 -08:00
httplog Implementing Flush method to httplog 2014-10-21 09:33:00 +02:00
kubecfg Remove unused YAML tags and GetYAML/SetYAML methods 2014-12-02 16:25:28 -08:00
kubectl Merge pull request #2682 from mfojtik/cmd_public 2014-12-03 08:52:04 -06:00
kubelet avoid panics when docker CT has no name 2014-12-05 15:48:25 -05:00
labels Loosen DNS 952 for labels 2014-12-01 12:30:43 -08:00
master added healthz check to the proxy with configurable port 2014-11-23 09:07:19 -08:00
proxy Rename util.config.Watcher -> util.config.Broadcaster. 2014-12-04 00:10:27 -08:00
registry Rename watch.Mux -> watch.Broadcaster 2014-12-04 00:30:51 -08:00
resources fix 'go vet' warnings 2014-11-21 09:45:28 +08:00
runtime RawExtension was not properly marshalled 2014-12-09 10:31:14 -05:00
scheduler Move the internal minion representation to match v1beta3 2014-11-20 20:53:08 -05:00
service Clean up error logs. 2014-11-21 09:45:26 +08:00
standalone Refactor kubelet, standalone k8s and integration test to all use the same code. 2014-12-01 15:37:21 -08:00
tools fixed bug in tools.NewEtcdClientStartServerIfNecessary 2014-12-03 12:58:03 -08:00
ui Add script to build ui assets, rebuild with latest go-bindata 2014-12-04 22:38:00 -08:00
util Rename util.config.Watcher -> util.config.Broadcaster. 2014-12-04 00:10:27 -08:00
version Remove unused YAML tags and GetYAML/SetYAML methods 2014-12-02 16:25:28 -08:00
volume Add an e2e test for gce pd. 2014-11-25 09:02:00 -08:00
watch Merge pull request #2767 from ironcladlou/watch-error-handling 2014-12-05 13:43:26 -08:00