# kube-client-go-demo **Repository Path**: clouddea/kube-client-go-demo ## Basic Information - **Project Name**: kube-client-go-demo - **Description**: client go 使用示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-03 - **Last Updated**: 2023-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # client-go 使用示例 环境: > go 1.20 > k8s 1.26.1 ```shell go run ./restclient/demo1 ```