[zh] fix import examples for the client-go
The import is broken, this patch fix the libraries. Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
This commit is contained in:
@@ -282,9 +282,9 @@ package main
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"k8s.io/client-go/1.4/kubernetes"
|
||||
"k8s.io/client-go/1.4/pkg/api/v1"
|
||||
"k8s.io/client-go/1.4/tools/clientcmd"
|
||||
"k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/client-go/kubernetes"
|
||||
"k8s.io/client-go/tools/clientcmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user