Skip to content

Commit 8f6cf9b

Browse files
committed
fix: add missing continue token when build cluster list call
1 parent c50817f commit 8f6cf9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/src/main/java/io/kubernetes/client/util/generic/GenericKubernetesApi.java

+1
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ private CallBuilder makeClusterListCallBuilder(final ListOptions listOptions) {
579579
adaptListCall(
580580
customObjectsApi.getApiClient(),
581581
customObjectsApi.listClusterCustomObject( this.apiGroup, this.apiVersion, this.resourcePlural)
582+
._continue(listOptions.getContinue())
582583
.fieldSelector(listOptions.getFieldSelector())
583584
.labelSelector(listOptions.getLabelSelector())
584585
.limit(listOptions.getLimit())

0 commit comments

Comments
 (0)