[ko]: Add package main to client-go example
The package main is missing from the example. Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
This commit is contained in:
@@ -174,6 +174,8 @@ Go 클라이언트는 kubectl CLI가 API 서버를 찾아 인증하기 위해
|
|||||||
사용할 수 있다. 이 [예제](https://git.k8s.io/client-go/examples/out-of-cluster-client-configuration/main.go)를 참고한다.
|
사용할 수 있다. 이 [예제](https://git.k8s.io/client-go/examples/out-of-cluster-client-configuration/main.go)를 참고한다.
|
||||||
|
|
||||||
```golang
|
```golang
|
||||||
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"k8s.io/apimachinery/pkg/apis/meta/v1"
|
"k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||||
|
|||||||
Reference in New Issue
Block a user