Skip to content

Commit

Permalink
dynamictls: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
abursavich committed Feb 18, 2022
1 parent 30ba0c3 commit c3f2c6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dynamictls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,6 @@ func TestKubernetes(t *testing.T) {
// See AtomicWriter for details of secret update algorithm used by kubelet:
// https://godoc.org/k8s.io/kubernetes/pkg/volume/util#AtomicWriter.Write

type result struct {
config *tls.Config
err error
}

ca, caCertPEMBlock, _, err := tlstest.GenerateCert(nil)
check(t, "Failed to create CA", err)
cert0, certPEMBlock0, keyPEMBlock0, err := tlstest.GenerateCert(&tlstest.CertOptions{Parent: ca})
Expand Down

0 comments on commit c3f2c6e

Please sign in to comment.