-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Over time, mutating webhook has gone through several feature changes. Specifically, following features are no longer supported.
- Checking Pod-level policies
- Checking and applying Namespace-level policies (func checkAndApplyNSPolicies)
- Checking and applying Service-level policies (func checkServiceLevelPolicyApplicability)
- Finding root of a custom resource instance (func findRoot)
- Getting API details from Helm release annotation (func getAPIDetailsFromHelmReleaseAnnotation)
- Applying policies (func applyPolicies)
- Getting Field value from instance (func getFieldValueFromInstance)
- Commented parts from register man page (func registerManPage)
- Use of guuid variable and customAPIInstanceUIDMap
- Setting owner references (func setOwnerReference)
- Update owner reference (func updateOwnerReference)
- Handling binding functions (func getSpecResolvedPatch)
- Searching annotations (func searchAnnotation)
This issue is to track removal of these functions/parts from the code.
Metadata
Metadata
Assignees
Labels
No labels