Skip to content

Commit 3ae373f

Browse files
Chore: Docs java highlights
1 parent 4cd1cbd commit 3ae373f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ We prepared a few examples for common use-cases which are shown below:
110110

111111
__list all pods__:
112112

113-
```
113+
```java
114114
import io.kubernetes.client.openapi.ApiClient;
115115
import io.kubernetes.client.openapi.ApiException;
116116
import io.kubernetes.client.openapi.Configuration;
@@ -137,7 +137,7 @@ public class Example {
137137

138138
__watch on namespace object__:
139139

140-
```
140+
```java
141141
import com.google.gson.reflect.TypeToken;
142142
import io.kubernetes.client.openapi.ApiClient;
143143
import io.kubernetes.client.openapi.ApiException;

0 commit comments

Comments
 (0)