No validation failure when creating resource with incorrect spec.ports.protocol
#3257
Labels
component/kubernetes
component/restapi
kind/bug
Categorizes issue or PR as related to a bug.
priority/P2
Milestone
The server accepts POST requests with invalid port protocols like lower-case values.
This POST request with
"protocol": "tcp"
was accepted.It's also a problem creating deployment configurations with container templates,
spec.template.spec.containers.ports
.See #3253
The text was updated successfully, but these errors were encountered: