Uses of Class
io.kubernetes.client.openapi.models.V1alpha1IPAddressList
Packages that use V1alpha1IPAddressList
-
Uses of V1alpha1IPAddressList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1IPAddressListModifier and TypeMethodDescriptionNetworkingV1alpha1Api.listIPAddress
(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 IPAddressMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1IPAddressListModifier and TypeMethodDescriptionNetworkingV1alpha1Api.listIPAddressWithHttpInfo
(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 IPAddressMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1IPAddressListModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1alpha1Api.listIPAddressAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha1IPAddressList> _callback) (asynchronously) list or watch objects of kind IPAddress -
Uses of V1alpha1IPAddressList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1IPAddressListModifier and TypeMethodDescriptionV1alpha1IPAddressList.addItemsItem
(V1alpha1IPAddress itemsItem) V1alpha1IPAddressList.apiVersion
(String apiVersion) V1alpha1IPAddressList.items
(List<V1alpha1IPAddress> items) V1alpha1IPAddressList.metadata
(V1ListMeta metadata)