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

feat: Introducing a Validating Admission Controller #1021

Merged
merged 33 commits into from
Feb 5, 2021

Commits on Jan 14, 2021

  1. feat: Validation webhook for event bus

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1422432 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. feat: webhook

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    4e2c0d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. manifests

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    7933dd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. test case and manifests change

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    afcdba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e08c72c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. more validation

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    da8ce6f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    885623d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. interface refac

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    7a0a72e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4612e32 View commit details
    Browse the repository at this point in the history
  3. fix manifests

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    02599fa View commit details
    Browse the repository at this point in the history
  4. fix test cases

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    b32a203 View commit details
    Browse the repository at this point in the history
  5. doc update

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    89f9f67 View commit details
    Browse the repository at this point in the history
  6. minor

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    80f2c0a View commit details
    Browse the repository at this point in the history
  7. minor

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    74a2974 View commit details
    Browse the repository at this point in the history
  8. more validation

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    4b3b323 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07a9f8d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. more test cases

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f542b66 View commit details
    Browse the repository at this point in the history
  2. doc revise

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    1048ff8 View commit details
    Browse the repository at this point in the history
  3. minor

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f94a238 View commit details
    Browse the repository at this point in the history
  4. fix test case

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    188eb8d View commit details
    Browse the repository at this point in the history
  5. minor

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    86592ca View commit details
    Browse the repository at this point in the history
  6. minor

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    867ef91 View commit details
    Browse the repository at this point in the history
  7. port

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    35bd4cd View commit details
    Browse the repository at this point in the history
  8. fix typo and refine rbac

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    1baee50 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    f282831 View commit details
    Browse the repository at this point in the history
  2. Stop doing cross resources validating

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    bb5b1a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. remove unused delete validation

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    c9125fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f88fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cb9cc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e542d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    1013737 View commit details
    Browse the repository at this point in the history
  2. update test case

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    85f388b View commit details
    Browse the repository at this point in the history
  3. lint

    Signed-off-by: Derek Wang <[email protected]>
    whynowy committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    31057d5 View commit details
    Browse the repository at this point in the history