operator-sdk create webhook

operator-sdk create webhook

Scaffold a webhook for an API resource

Synopsis

Scaffold a webhook for an API resource. You can choose to scaffold defaulting, validating and/or conversion webhooks.

operator-sdk create webhook [flags] 

Examples

 # Create defaulting and validating webhooks for Group: ship, Version: v1beta1 # and Kind: Frigate operator-sdk create webhook --group ship --version v1beta1 --kind Frigate --defaulting --programmatic-validation # Create conversion webhook for Group: ship, Version: v1beta1 # and Kind: Frigate operator-sdk create webhook --group ship --version v1beta1 --kind Frigate --conversion 

Options

 --conversion if set, scaffold the conversion webhook --defaulting if set, scaffold the defaulting webhook --force attempt to create resource even if it already exists --group string resource Group -h, --help help for webhook --kind string resource Kind --plural string resource irregular plural form --programmatic-validation if set, scaffold the validating webhook --version string resource Version 

Options inherited from parent commands

 --plugins strings plugin keys to be used for this subcommand execution --verbose Enable verbose logging 

SEE ALSO

Last modified October 12, 2021: update k8s 1.22 (#5228) (acbc148d)