We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8bdd3 commit b9916c4Copy full SHA for b9916c4
pkg/client/example_test.go
@@ -53,7 +53,7 @@ func ExampleNew() {
53
}
54
55
56
-// This example shows how to use the client with typed and unstructured objects to retrieve a objects.
+// This example shows how to use the client with typed and unstructured objects to retrieve an object.
57
func ExampleClient_get() {
58
// Using a typed object.
59
pod := &corev1.Pod{}
0 commit comments