Skip to content

Instantly share code, notes, and snippets.

@ihcsim
Created January 9, 2025 04:05
Show Gist options
  • Select an option

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

Select an option

Save ihcsim/47142f97859ecb04cc3f8abedba396c8 to your computer and use it in GitHub Desktop.
func Register(plugins *admission.Plugins) {
plugins.Register(PluginName, func(configFile io.Reader) (admission.Interface, error) {
return NewPlugin(configFile), nil
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment