1
0
Fork 0

Allow publishing services with type ExternalName

This commit is contained in:
James Callahan 2025-10-09 19:18:04 +11:00 committed by GitHub
parent 13bcdebc89
commit cd028267ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 97 additions and 0 deletions

View file

@ -2298,6 +2298,14 @@ func TestIngressEndpointPublishedService(t *testing.T) {
},
},
},
{
desc: "Published Service ExternalName",
expected: []netv1.IngressLoadBalancerIngress{
{
Hostname: "example.com",
},
},
},
}
for _, test := range testCases {