Skip to content

Instantly share code, notes, and snippets.

@ihcsim
Last active February 4, 2020 06:09
Show Gist options
  • Save ihcsim/f45f125301e6e50cacd24db16459f0ce to your computer and use it in GitHub Desktop.
Save ihcsim/f45f125301e6e50cacd24db16459f0ce to your computer and use it in GitHub Desktop.
podStorage, err := podstore.NewStorage(
restOptionsGetter,
nodeStorage.KubeletConnectionInfo,
c.ProxyTransport,
podDisruptionClient,
)
if err != nil {
return LegacyRESTStorage{}, genericapiserver.APIGroupInfo{}, err
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment