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 06330cf commit a2fda44Copy full SHA for a2fda44
pkg/webhook/ingress/errors.go
@@ -41,7 +41,7 @@ func (i ingressHostnameCollision) Error() string {
41
}
42
43
func NewIngressHostnameCollision(hostname string) error {
44
- return ingressHostnameCollision{hostname: hostname}
+ return &ingressHostnameCollision{hostname: hostname}
45
46
47
func NewIngressHostnamesNotValid(invalidHostnames []string, notMatchingHostnames []string, spec capsulev1beta1.AllowedListSpec) error {
0 commit comments