Last active
February 4, 2020 06:10
-
-
Save ihcsim/ac93bc604a9528267152dda180bff49e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| restStorageMap := map[string]rest.Storage{ | |
| "pods": podStorage.Pod, | |
| "pods/attach": podStorage.Attach, | |
| "pods/status": podStorage.Status, | |
| "pods/log": podStorage.Log, | |
| "pods/exec": podStorage.Exec, | |
| "pods/portforward": podStorage.PortForward, | |
| "pods/proxy": podStorage.Proxy, | |
| "pods/binding": podStorage.Binding, | |
| "bindings": podStorage.LegacyBinding, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment