Uses of Class
io.kubernetes.client.openapi.models.V1IPAddressList
Packages that use V1IPAddressList
-
Uses of V1IPAddressList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1IPAddressListModifier and TypeMethodDescriptionNetworkingV1Api.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 V1IPAddressListModifier and TypeMethodDescriptionNetworkingV1Api.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 V1IPAddressListModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1Api.listIPAddressAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1IPAddressList> _callback) (asynchronously) list or watch objects of kind IPAddress -
Uses of V1IPAddressList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IPAddressListModifier and TypeMethodDescriptionV1IPAddressList.addItemsItem
(V1IPAddress itemsItem) V1IPAddressList.apiVersion
(String apiVersion) V1IPAddressList.items
(List<V1IPAddress> items) V1IPAddressList.metadata
(V1ListMeta metadata)