mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-11-29 17:01:01 +01:00
scoped ingress tests
This commit is contained in:
parent
ef76c7dc73
commit
43e11ea66b
@ -18,6 +18,15 @@ package source
|
|||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
func TestEndpoints(t *testing.T) {
|
func TestIngress(t *testing.T) {
|
||||||
|
t.Run("endpointsFromIngress", testEndpointsFromIngress)
|
||||||
|
t.Run("Endpoints", testIngressEndpoints)
|
||||||
|
}
|
||||||
|
|
||||||
|
func testEndpointsFromIngress(t *testing.T) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func testIngressEndpoints(t *testing.T) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user