Revision 17882e96de339905ecf46c0146e2dc6bda9f6158 authored by Casey Callendrello on 22 May 2024, 18:36:48 UTC, committed by Casey Callendrello on 10 June 2024, 15:49:28 UTC
Copying some logic from `Sanitize()` in to CRD validations:
- use the OpenAPI `cidr` format directly, remove baroque regex
- add OneOf for FQDN selector pattern vs. name
- add pre-existing MaxItems for port & ICMP rules
- add OneOf for L7 filter types

None of these add any new restrictions; they were always in the policy
engine. Now these validation errors will be caught by the apiserver.

Signed-off-by: Casey Callendrello <cdc@isovalent.com>
1 parent fdc9bf9
Raw File
CONTRIBUTING.md
# How to Contribute

## To Cilium/Hubble

See the [Developer / Contributor
Guide](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/) for detailed information on
how to contribute, get started and find good first issues.

## To the cilium.io website

Please see the [cilium.io website contributing guide](https://github.com/cilium/cilium.io/blob/main/CONTRIBUTING.md) for detailed
information on how to add blogs, trainings, and other resources.

## To the Cilium documentation

Please see the [Cilium documentation contributing guide](https://docs.cilium.io/en/stable/contributing/docs/) for detailed
information on how to contribute to the Cilium documentation.
back to top