This repository was archived by the owner on Dec 6, 2024. It is now read-only.
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Admission Controller #43
Closed
Description
Enhancement
Is your feature request related to a problem?/Why is this needed
Validation for BR to ensure the BC exists
Validation for BAR to ensure the BAC exists
Validation on B/BA for brownfield use cases
Validation for default BC (duplicate defaults should be rejected)
Describe the solution you'd like in detail
An admission controller for the COSI controller
Describe alternatives you've considered
Kubebuilder validation - this works for validating fields in the API, however, we are not able to handle deeper validation e.g., object references.
Additional context