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.
2 parents 0f8a4b1 + 3ae373f commit ec3d34aCopy full SHA for ec3d34a
README.md
@@ -110,7 +110,7 @@ We prepared a few examples for common use-cases which are shown below:
110
111
__list all pods__:
112
113
-```
+```java
114
import io.kubernetes.client.openapi.ApiClient;
115
import io.kubernetes.client.openapi.ApiException;
116
import io.kubernetes.client.openapi.Configuration;
@@ -137,7 +137,7 @@ public class Example {
137
138
__watch on namespace object__:
139
140
141
import com.google.gson.reflect.TypeToken;
142
143
0 commit comments