update gofmt

Kubernetes-commit: 2fc66ddaf254d37a9c655d23923786c9723972e6
This commit is contained in:
Joe Betz
2025-08-21 16:23:43 -04:00
committed by Kubernetes Publisher
parent 481bad6fea
commit 08bef91dc4

View File

@@ -66,7 +66,7 @@ func Example_inClusterConfiguration() {
// Use the clientset to interact with the API.
pods, err := clientset.CoreV1().Pods("default").List(context.TODO(), metav1.ListOptions{})
pods, err := clientset.CoreV1().Pods("default").List(context.TODO(), metav1.ListOptions{})
if err != nil {
fmt.Printf("Error encountered: %v\n", err)
return
@@ -107,7 +107,7 @@ func Example_outOfClusterConfiguration() {
// Use the clientset to interact with the API.
pods, err := clientset.CoreV1().Pods("default").List(context.TODO(), metav1.ListOptions{})
pods, err := clientset.CoreV1().Pods("default").List(context.TODO(), metav1.ListOptions{})
if err != nil {
fmt.Printf("Error encountered: %v\n", err)
return