Uses of Class
de.predic8.kubernetesclient.genericapi.ARList
Packages that use ARList
-
Uses of ARList in de.predic8.kubernetesclient.genericapi
Methods in de.predic8.kubernetesclient.genericapi that return ARListModifier and TypeMethodDescriptionARList.addItemsItem(T itemsItem) ARList.apiVersion(String apiVersion) ArbitraryResourceApi.list(String namespace, String pretty, String _continue, String fieldSelector, Boolean includeUninitialized, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CustomResourceDefinitionARList.metadata(io.kubernetes.client.openapi.models.V1ListMeta metadata) Methods in de.predic8.kubernetesclient.genericapi that return types with arguments of type ARListModifier and TypeMethodDescriptionArbitraryResourceApi.listWithHttpInfo(String namespace, String pretty, String _continue, String fieldSelector, Boolean includeUninitialized, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CustomResourceDefinitionMethod parameters in de.predic8.kubernetesclient.genericapi with type arguments of type ARListModifier and TypeMethodDescriptionokhttp3.CallArbitraryResourceApi.listAsync(String namespace, String pretty, String _continue, String fieldSelector, Boolean includeUninitialized, String labelSelector, Integer limit, String resourceVersion, Integer timeoutSeconds, Boolean watch, io.kubernetes.client.openapi.ApiCallback<ARList<T>> callback)