Uses of Class
io.kubernetes.client.openapi.models.V1ConfigMapList
Packages that use V1ConfigMapList
-
Uses of V1ConfigMapList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ConfigMapListModifier and TypeMethodDescriptionCoreV1Api.listConfigMapForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ConfigMapCoreV1Api.listNamespacedConfigMap
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ConfigMapMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ConfigMapListModifier and TypeMethodDescriptionCoreV1Api.listConfigMapForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ConfigMapCoreV1Api.listNamespacedConfigMapWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ConfigMapMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ConfigMapListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listConfigMapForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ConfigMapList> _callback) (asynchronously) list or watch objects of kind ConfigMapokhttp3.Call
CoreV1Api.listNamespacedConfigMapAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ConfigMapList> _callback) (asynchronously) list or watch objects of kind ConfigMap -
Uses of V1ConfigMapList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ConfigMapListModifier and TypeMethodDescriptionV1ConfigMapList.addItemsItem
(V1ConfigMap itemsItem) V1ConfigMapList.apiVersion
(String apiVersion) V1ConfigMapList.items
(List<V1ConfigMap> items) V1ConfigMapList.metadata
(V1ListMeta metadata)