diff --git a/devel/addon/projectcontour/install.sh b/devel/addon/projectcontour/install.sh index 4c991b475..eaa7f349b 100755 --- a/devel/addon/projectcontour/install.sh +++ b/devel/addon/projectcontour/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2021 The cert-manager Authors. +# Copyright 2022 The cert-manager Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Install HAProxy as a gateway-API e2e test. +# Install Contour as a gateway-API e2e test. set -o nounset set -o errexit diff --git a/test/e2e/suite/conformance/certificates/acme/acme.go b/test/e2e/suite/conformance/certificates/acme/acme.go index 03a97db53..1f37649f7 100644 --- a/test/e2e/suite/conformance/certificates/acme/acme.go +++ b/test/e2e/suite/conformance/certificates/acme/acme.go @@ -19,7 +19,6 @@ package acme import ( "context" "encoding/base64" - gwapi "sigs.k8s.io/gateway-api/apis/v1alpha2" "strings" . "github.com/onsi/ginkgo" @@ -27,6 +26,7 @@ import ( corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + gwapi "sigs.k8s.io/gateway-api/apis/v1alpha2" cmacme "github.com/cert-manager/cert-manager/pkg/apis/acme/v1" cmapi "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1"