Add ingress status for ClusterIP and NodePort Service Type

This commit is contained in:
mlec 2025-01-03 16:10:04 +01:00 committed by GitHub
parent 845d0b5ac7
commit 6d3a685d5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 505 additions and 58 deletions

View file

@ -131,7 +131,7 @@ func Test_parseServiceConfig(t *testing.T) {
Secure: true,
HTTPOnly: true,
SameSite: "none",
Path: String("foobar"),
Path: pointer("foobar"),
},
},
ServersScheme: "protocol",
@ -150,7 +150,7 @@ func Test_parseServiceConfig(t *testing.T) {
Service: &ServiceIng{
Sticky: &dynamic.Sticky{
Cookie: &dynamic.Cookie{
Path: String("/"),
Path: pointer("/"),
},
},
PassHostHeader: pointer(true),