Files
kubernetes/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
..
2014-08-28 11:43:35 +02:00
2014-10-29 14:31:07 -07:00
2014-10-22 15:00:26 -04:00
2014-10-29 11:38:45 -07:00