remove go-openapi/spec

Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com>
This commit is contained in:
Gautier Delorme
2021-04-20 17:48:33 +02:00
committed by Gautier Delorme
parent bcdde6bf75
commit 34b0fcef5f
57 changed files with 52 additions and 395 deletions

View File

@@ -20,8 +20,6 @@ import (
"errors"
"time"
"github.com/go-openapi/spec"
utilnet "k8s.io/apimachinery/pkg/util/net"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/apiserver/pkg/authentication/authenticator"
@@ -39,6 +37,7 @@ import (
"k8s.io/apiserver/pkg/server/dynamiccertificates"
"k8s.io/apiserver/plugin/pkg/authenticator/token/oidc"
"k8s.io/apiserver/plugin/pkg/authenticator/token/webhook"
"k8s.io/kube-openapi/pkg/validation/spec"
// Initialize all known client auth plugins.
_ "k8s.io/client-go/plugin/pkg/client/auth"