Skip to content

Commit ec3d34a

Browse files
authored
Merge pull request #980 from OneCricketeer/patch-1
Chore: Docs java highlights
2 parents 0f8a4b1 + 3ae373f commit ec3d34a

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)