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

⚠️ Simplify webhook wiring with Defaulter and Validator interfaces #328

Merged
merged 5 commits into from
Mar 11, 2019

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    41ba537 View commit details
    Browse the repository at this point in the history
  2. ⚠️ wire wehbooks if implements the interfaces

    If user defines a CRD type and make it implement the Defaulter and
    (or) the Validator interface, it will automatically wire a webhook
    server for the admission webhooks.
    Mengqi Yu committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    0208f43 View commit details
    Browse the repository at this point in the history
  3. 🏃 not use deprecated method in builder example

    Mengqi Yu committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    69e51f7 View commit details
    Browse the repository at this point in the history
  4. 🏃 move example for builtin type

    Mengqi Yu committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    5e3a6da View commit details
    Browse the repository at this point in the history
  5. 🏃 add an example for CRD

    Mengqi Yu committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    ae02690 View commit details
    Browse the repository at this point in the history