kubernetes/pkg/apis/networking/validation
Weixie Cui de652a3b00 networking: fix invalid value in NetworkPolicyPort endPort range error
When endPort is less than port, field.Invalid should report the endPort
value as the bad value, not port.Port.IntVal. This aligns with the
endPort field path and other endPort validations.
2026-03-22 21:08:15 +08:00
..
validation.go networking: fix invalid value in NetworkPolicyPort endPort range error 2026-03-22 21:08:15 +08:00
validation_test.go test: add test for Ingress Update 2025-11-26 00:31:55 +09:00