-
Notifications
You must be signed in to change notification settings - Fork 48
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
Removal of ControllerRevision #488
Conversation
Signed-off-by: David Wertenteil <[email protected]>
/describe |
PR Analysis
PR Feedback
How to use
|
PR Analysis
PR Feedback
How to use
|
/describe |
Summary:
|
PR Type:
Refactoring
PR Description:
This PR removes the 'ControllerRevision' from the default namespace. It includes the deletion of related rules, tests, and metadata.
PR Main Files Walkthrough:
controls/C-0212-thedefaultnamespaceshouldnotbeused.json
: Removed the 'controllerrevision-in-default-namespace' from the list of controls.rules/controllerrevision-in-default-namespace/raw.rego
: Entire file deleted. This file contained the rules for the 'ControllerRevision' in the default namespace.rules/controllerrevision-in-default-namespace/rule.metadata.json
: Entire file deleted. This file contained the metadata for the 'ControllerRevision' rule.rules/controllerrevision-in-default-namespace/test/controllerrevision/expected.json
: Entire file deleted. This file contained the expected test results for the 'ControllerRevision' rule.rules/controllerrevision-in-default-namespace/test/controllerrevision/input/controllerrevision.yaml
: Entire file deleted. This file contained the input data for the 'ControllerRevision' rule tests.