update gofmt

This commit is contained in:
Joe Betz
2025-08-21 16:23:43 -04:00
parent accdd9e27e
commit 2fc66ddaf2

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