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

Forbid CEL transition rules on unmergeable CRD subschemas. #108013

Commits on Mar 3, 2022

  1. Forbid CEL transition rules on unmergeable CRD subschemas.

    Transition rules (i.e. validation rules whose expressions reference
    existing state) are not allowed on schemas, or the descendants of
    schemas, that are unmergeable according to server-side apply
    semantics. Today, this means that only objects with map-type
    "granular" (or unspecified) and arrays with list-type "map" support
    transition rules on their property/item subschemas.
    benluddy committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    fedaa23 View commit details
    Browse the repository at this point in the history