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.APIlistServiceCIDRRequest.execute()
Execute listServiceCIDR requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceCIDRListModifier and TypeMethodDescriptionNetworkingV1Api.APIlistServiceCIDRRequest.executeWithHttpInfo()
Execute listServiceCIDR request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceCIDRListModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1Api.APIlistServiceCIDRRequest.executeAsync
(ApiCallback<V1ServiceCIDRList> _callback) Execute listServiceCIDR request (asynchronously) -
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) static V1ServiceCIDRList
Create an instance of V1ServiceCIDRList given an JSON stringV1ServiceCIDRList.items
(List<V1ServiceCIDR> items) V1ServiceCIDRList.metadata
(V1ListMeta metadata)