• Tim Hockin's avatar
    Service port names are required for multi-port · 3aa39d54
    Tim Hockin authored
    There is no provision for the first port to be unnamed.  I think I
    initially allowed that, but then the Subset struct became a sorted
    struct, so the first-ness of the port got lost.  If you have a Service
    with one named and one unnamed port, what happens is that the
    EndpointController fails to create Endpoints (validation error).
    3aa39d54
validation_test.go 89.8 KB