mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 05:38:17 +00:00
Fix head
This commit is contained in:
@@ -21,9 +21,9 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
|
"k8s.io/kubernetes/pkg/api"
|
||||||
explatest "github.com/GoogleCloudPlatform/kubernetes/pkg/expapi/latest"
|
explatest "k8s.io/kubernetes/pkg/expapi/latest"
|
||||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/version"
|
"k8s.io/kubernetes/pkg/version"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Interface holds the experimental methods for clients of Kubernetes
|
// Interface holds the experimental methods for clients of Kubernetes
|
||||||
|
|||||||
Reference in New Issue
Block a user