Tidy imports and copyright preamble

Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
Jake Sanders 2022-02-22 12:17:09 +00:00
parent cfb1406742
commit 10979e1e27
No known key found for this signature in database
GPG Key ID: 7E708D7933B84690
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"