Tidy imports and copyright preamble
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
parent
cfb1406742
commit
10979e1e27
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user