Uses of Class
io.kubernetes.client.openapi.models.V1ServiceCIDRList
Packages that use V1ServiceCIDRList
-
Uses of V1ServiceCIDRList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ServiceCIDRListModifier and TypeMethodDescriptionNetworkingV1Api.listServiceCIDR
(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 ServiceCIDRMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceCIDRListModifier and TypeMethodDescriptionNetworkingV1Api.listServiceCIDRWithHttpInfo
(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 ServiceCIDRMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceCIDRListModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1Api.listServiceCIDRAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ServiceCIDRList> _callback) (asynchronously) list or watch objects of kind ServiceCIDR -
Uses of V1ServiceCIDRList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceCIDRListModifier and TypeMethodDescriptionV1ServiceCIDRList.addItemsItem
(V1ServiceCIDR itemsItem) V1ServiceCIDRList.apiVersion
(String apiVersion) V1ServiceCIDRList.items
(List<V1ServiceCIDR> items) V1ServiceCIDRList.metadata
(V1ListMeta metadata)