k3s/pkg/master
Eric Tune 9713b58caa Allocate mux in master.New()
Callsites no longer allocate a mux.
Master now exposes method to install handlers
which use the master's auth code.  Not used
but forks (openshift) are expected to use these
methods.  These methods will later be a point
for additional plug-in functionality.
Integration tests now use the master-provided
handler which has auth, rather than using the mux,
which didn't.  Fix TestWhoAmI now that /_whoami
sits behind auth.
2014-10-29 14:31:07 -07:00
..
ports Move port definitions to their own package 2014-10-20 11:28:12 -07:00
doc.go Fix typos in pkg docs 2014-08-28 11:43:35 +02:00
handlers.go Added /_whoami and integration test for auth(z|n) 2014-10-28 09:33:45 -07:00
master.go Allocate mux in master.New() 2014-10-29 14:31:07 -07:00
pod_cache.go Rename ID -> Name 2014-10-22 15:00:26 -04:00
pod_cache_test.go Refactor tests to split ObjectMeta from TypeMeta 2014-10-24 11:22:21 -04:00
publish.go Switch models. No master election. 2014-10-29 11:38:45 -07:00