Skip to content

Commit 235af88

Browse files
committed
[chore] delete unused constant
1 parent a36367b commit 235af88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apis/v1alpha1/ingress_type.go

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ type (
2121
)
2222

2323
const (
24-
// IngressTypeNginx specifies that an ingress entry should be created.
25-
IngressTypeNginx IngressType = "ingress"
2624
// IngressTypeOpenshiftRoute specifies that an route entry should be created.
2725
IngressTypeRoute IngressType = "route"
2826
)

0 commit comments

Comments
 (0)