Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save ihcsim/c7cab87e11016b9d443875829e58d10f to your computer and use it in GitHub Desktop.
if c.ExtraConfig.APIResourceConfigSource.VersionEnabled(apiv1.SchemeGroupVersion) {
// ...
if err := m.InstallLegacyAPI(&c, c.GenericConfig.RESTOptionsGetter, legacyRESTStorageProvider); err != nil {
return nil, err
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment