Uses of Class
io.kubernetes.client.openapi.models.V1alpha1ServiceCIDRList
Packages that use V1alpha1ServiceCIDRList
-
Uses of V1alpha1ServiceCIDRList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1ServiceCIDRListModifier and TypeMethodDescriptionNetworkingV1alpha1Api.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 V1alpha1ServiceCIDRListModifier and TypeMethodDescriptionNetworkingV1alpha1Api.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 V1alpha1ServiceCIDRListModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1alpha1Api.listServiceCIDRAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha1ServiceCIDRList> _callback) (asynchronously) list or watch objects of kind ServiceCIDR -
Uses of V1alpha1ServiceCIDRList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1ServiceCIDRListModifier and TypeMethodDescriptionV1alpha1ServiceCIDRList.addItemsItem
(V1alpha1ServiceCIDR itemsItem) V1alpha1ServiceCIDRList.apiVersion
(String apiVersion) V1alpha1ServiceCIDRList.items
(List<V1alpha1ServiceCIDR> items) V1alpha1ServiceCIDRList.metadata
(V1ListMeta metadata)