Add pod/attach to the APIServer.
This commit is contained in:
@@ -470,6 +470,7 @@ func (m *Master) init(c *Config) {
|
||||
// TODO: Factor out the core API registration
|
||||
m.storage = map[string]rest.Storage{
|
||||
"pods": podStorage.Pod,
|
||||
"pods/attach": podStorage.Attach,
|
||||
"pods/status": podStorage.Status,
|
||||
"pods/log": podStorage.Log,
|
||||
"pods/exec": podStorage.Exec,
|
||||
|
Reference in New Issue
Block a user