We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27274b commit 16ffc00Copy full SHA for 16ffc00
main.go
@@ -29,6 +29,7 @@ import (
29
30
"k8s.io/apimachinery/pkg/watch"
31
32
+ "github.com/go-test/deep"
33
"github.com/jessevdk/go-flags"
34
35
"github.com/haproxytech/kubernetes-ingress/pkg/annotations"
@@ -81,6 +82,9 @@ func main() {
81
82
osArgs.ControllerPort = 6060
83
}
84
85
+ deep.NilMapsAreEmpty = true
86
+ deep.NilSlicesAreEmpty = true
87
+
88
// Default annotations
89
defaultBackendSvc := fmt.Sprint(osArgs.DefaultBackendService)
90
defaultCertificate := fmt.Sprint(osArgs.DefaultCertificate)
0 commit comments