Uses of Class
io.kubernetes.client.openapi.models.V1ServiceList
Packages that use V1ServiceList
-
Uses of V1ServiceList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ServiceListModifier and TypeMethodDescriptionCoreV1Api.listNamespacedService
(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 ServiceCoreV1Api.listServiceForAllNamespaces
(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 ServiceMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceListModifier and TypeMethodDescriptionCoreV1Api.listNamespacedServiceWithHttpInfo
(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 ServiceCoreV1Api.listServiceForAllNamespacesWithHttpInfo
(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 ServiceMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listNamespacedServiceAsync
(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<V1ServiceList> _callback) (asynchronously) list or watch objects of kind Serviceokhttp3.Call
CoreV1Api.listServiceForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ServiceList> _callback) (asynchronously) list or watch objects of kind Service -
Uses of V1ServiceList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceListModifier and TypeMethodDescriptionV1ServiceList.addItemsItem
(V1Service itemsItem) V1ServiceList.apiVersion
(String apiVersion) V1ServiceList.metadata
(V1ListMeta metadata)