-
Notifications
You must be signed in to change notification settings - Fork 29
Admission Controller #43
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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
The text was updated successfully, but these errors were encountered: