Created
January 9, 2025 04:05
-
-
Save ihcsim/47142f97859ecb04cc3f8abedba396c8 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
| 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