Allow publishing services with type ExternalName
This commit is contained in:
parent
13bcdebc89
commit
cd028267ef
4 changed files with 97 additions and 0 deletions
|
|
@ -2298,6 +2298,14 @@ func TestIngressEndpointPublishedService(t *testing.T) {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
desc: "Published Service ExternalName",
|
||||
expected: []netv1.IngressLoadBalancerIngress{
|
||||
{
|
||||
Hostname: "example.com",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
for _, test := range testCases {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue