Uses of Class
io.kubernetes.client.openapi.models.V1alpha1ClusterCIDRList
Packages that use V1alpha1ClusterCIDRList
-
Uses of V1alpha1ClusterCIDRList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1ClusterCIDRListModifier and TypeMethodDescriptionNetworkingV1alpha1Api.listClusterCIDR
(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 ClusterCIDRMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1ClusterCIDRListModifier and TypeMethodDescriptionNetworkingV1alpha1Api.listClusterCIDRWithHttpInfo
(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 ClusterCIDRMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1ClusterCIDRListModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1alpha1Api.listClusterCIDRAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha1ClusterCIDRList> _callback) (asynchronously) list or watch objects of kind ClusterCIDR -
Uses of V1alpha1ClusterCIDRList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1ClusterCIDRListModifier and TypeMethodDescriptionV1alpha1ClusterCIDRList.addItemsItem
(V1alpha1ClusterCIDR itemsItem) V1alpha1ClusterCIDRList.apiVersion
(String apiVersion) V1alpha1ClusterCIDRList.items
(List<V1alpha1ClusterCIDR> items) V1alpha1ClusterCIDRList.metadata
(V1ListMeta metadata)