Update examples and README because API changes after bumping to Kubernetes v1.22.1

This commit is contained in:
Hui Yu
2021-09-15 14:23:19 +08:00
parent 857874a2ed
commit 42ab594c4c
10 changed files with 19 additions and 10 deletions

View File

@@ -86,6 +86,7 @@ list all pods:
NULL, /* labelSelector */
0, /* limit */
NULL, /* resourceVersion */
NULL, /* resourceVersionMatch */
0, /* timeoutSeconds */
0 /* watch */
);
@@ -130,6 +131,7 @@ list all pods in cluster:
NULL, /* labelSelector */
0, /* limit */
NULL, /* resourceVersion */
NULL, /* resourceVersionMatch */
0, /* timeoutSeconds */
0 /* watch */
);