Skip to content

Instantly share code, notes, and snippets.

@ihcsim
Last active February 4, 2020 06:10
Show Gist options
  • Select an option

  • Save ihcsim/ac93bc604a9528267152dda180bff49e to your computer and use it in GitHub Desktop.

Select an option

Save ihcsim/ac93bc604a9528267152dda180bff49e to your computer and use it in GitHub Desktop.
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