Skip to content

Commit

Permalink
Chore: Docs java highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCricketeer authored Jun 17, 2020
1 parent 4cd1cbd commit 3ae373f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ We prepared a few examples for common use-cases which are shown below:

__list all pods__:

```
```java
import io.kubernetes.client.openapi.ApiClient;
import io.kubernetes.client.openapi.ApiException;
import io.kubernetes.client.openapi.Configuration;
Expand All @@ -137,7 +137,7 @@ public class Example {

__watch on namespace object__:

```
```java
import com.google.gson.reflect.TypeToken;
import io.kubernetes.client.openapi.ApiClient;
import io.kubernetes.client.openapi.ApiException;
Expand Down

0 comments on commit 3ae373f

Please sign in to comment.