Fixed broken link in content/en/blog/_posts/2019-11-26-cloud-native-java-controller-sdk.md
This commit is contained in:
@@ -58,7 +58,7 @@ Take maven project as example, adding the following dependencies into your depen
|
|||||||
|
|
||||||
Then we can make use of the provided builder libraries to write your own controller.
|
Then we can make use of the provided builder libraries to write your own controller.
|
||||||
For example, the following one is a simple controller prints out node information
|
For example, the following one is a simple controller prints out node information
|
||||||
on watch notification, see complete example [here](https://github.com/kubernetes-client/java/blob/master/examples/src/main/java/io/kubernetes/client/examples/ControllerExample.java):
|
on watch notification, see complete example [here](https://github.com/kubernetes-client/java/blob/master/examples/examples-release-13/src/main/java/io/kubernetes/client/examples/ControllerExample.java):
|
||||||
|
|
||||||
```java
|
```java
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user