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