Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ scaffold the webhook builder #816

Merged
merged 2 commits into from
Jul 3, 2019

Commits on Jul 3, 2019

  1. ✨ scaffold the webhook builder

    add a new command `kubebuilder create webhook` to scaffold the webhooks.
    --defaulting, --imperative-validation and --converison can be used to
    scaffold mutating, validating and conversion webhooks.
    Mengqi Yu committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    1afe5ad View commit details
    Browse the repository at this point in the history
  2. ✨ dynamically register commands based on PROJECT version.

    If PROJECT doesn't exist or PROJECT exists with version=2, register
    `create webhook`, but no `alpha webhook`.
    If PROJECT exists and version=1, register `alpha webhook` but no `create
    webhook`
    Mengqi Yu committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    f0a987e View commit details
    Browse the repository at this point in the history