Created
August 7, 2022 16:40
-
-
Save AlexsJones/0c68632887ee40c36a8cc37ee1451ce4 to your computer and use it in GitHub Desktop.
webhook configuration with kubebuilder
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
``` | |
kubebuilder init --domain=XXXXXXXXXX: use the rest of the flags as needed (e.g. --license or --owner). | |
kubebuilder create api --resource=false --controller=false --group=core --version=v1 --kind=Pod: use the rest of the flags as needed. | |
kubebuilder create webhook --group=core --version=v1 --kind=Pod ...: extra flags will be needed here | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment