From 4ab414f3baa73878bc1a8b8ab66b70d74b9f7e3e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:21:34 +0800 Subject: [PATCH] Update README.md --- kubernetes/k8s-intro/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/k8s-intro/README.md b/kubernetes/k8s-intro/README.md index 0055e8a27c..83cbcca4db 100644 --- a/kubernetes/k8s-intro/README.md +++ b/kubernetes/k8s-intro/README.md @@ -15,3 +15,4 @@ If you get a valid response, then you're good to go. ### Relevant Articles: - [Paging and Async Calls with the Kubernetes API](https://www.baeldung.com/java-kubernetes-paging-async) +- [Using Watch with the Kubernetes API](https://www.baeldung.com/java-kubernetes-watch)