Skip to content

Latest commit

History

History
68 lines (59 loc) 路 5.57 KB

README.md

File metadata and controls

68 lines (59 loc) 路 5.57 KB

Design Docs

Generally, design docs are on Google docs:

Conventions

In Development

Proposed

Implemented

Roadmap (in development)

Roadmap (complete)

Discussions

These docs may not be design docs in themselves, but seek to influence design decisions

  • Mutation Convergence Proof
    • This looks at the elements of mutation that allow us to assert that any combination of mutators should converge and should serve as a guide when considering changes in behavior to mutation.
  • Mutation Dynamics
    • A dissection of the mutation problem space, attempting to break down the salient behavioral elements and figure out what's needed for a user-friendly set of mutation primitives.
  • Mutation Transience
    • Looking at how a mutation webhook may behave during configuration changes and discussing what that might mean in terms of necessary status fields and best practices for writing mutators.
  • Finalizers in OPA Gatekeeper
    • This doc discusses the impact the existence of finalizers has on running OPA Gatekeeper. Its points have either been addressed or are on track to being addressed.