We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36367b commit 235af88Copy full SHA for 235af88
apis/v1alpha1/ingress_type.go
@@ -21,8 +21,6 @@ type (
21
)
22
23
const (
24
- // IngressTypeNginx specifies that an ingress entry should be created.
25
- IngressTypeNginx IngressType = "ingress"
26
// IngressTypeOpenshiftRoute specifies that an route entry should be created.
27
IngressTypeRoute IngressType = "route"
28
0 commit comments