chore: fix formatting of imports

This PR cleans up the formatting for various package imports as they
were causing the linter to throw errors.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This commit is contained in:
Spencer Smith
2020-03-19 14:26:19 -04:00
committed by Spencer Smith
parent 1cbbf9cd5a
commit fa82454be4
11 changed files with 21 additions and 12 deletions

View File

@@ -5,7 +5,6 @@
package kubernetes
import (
stdlibx509 "crypto/x509"
"encoding/json"
"encoding/pem"
"errors"
@@ -15,6 +14,8 @@ import (
"sync"
"time"
stdlibx509 "crypto/x509"
corev1 "k8s.io/api/core/v1"
policy "k8s.io/api/policy/v1beta1"
apierrors "k8s.io/apimachinery/pkg/api/errors"