Update pkg/controller/test/context_builder.go

Signed-off-by: Jake Sanders <i@am.so-aweso.me>

Co-authored-by: Maël Valais <mael@vls.dev>
This commit is contained in:
Jake Sanders 2021-07-21 10:53:15 +01:00
parent 67c6586161
commit 87bf05601f
No known key found for this signature in database
GPG Key ID: 7E708D7933B84690

View File

@ -120,7 +120,7 @@ func (b *Builder) Init() {
GroupVersion: networkingv1.SchemeGroupVersion.String(),
APIResources: []metav1.APIResource{
{
Name: "Ingresses",
Name: "ingresses",
SingularName: "Ingress",
Namespaced: true,
Group: networkingv1.GroupName,