Uses of Class
io.kubernetes.client.openapi.models.V1alpha1IPAddress
Packages that use V1alpha1IPAddress
-
Uses of V1alpha1IPAddress in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1IPAddressModifier and TypeMethodDescriptionNetworkingV1alpha1Api.APIcreateIPAddressRequest.execute()
Execute createIPAddress requestNetworkingV1alpha1Api.APIpatchIPAddressRequest.execute()
Execute patchIPAddress requestNetworkingV1alpha1Api.APIreadIPAddressRequest.execute()
Execute readIPAddress requestNetworkingV1alpha1Api.APIreplaceIPAddressRequest.execute()
Execute replaceIPAddress requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1IPAddressModifier and TypeMethodDescriptionNetworkingV1alpha1Api.APIcreateIPAddressRequest.executeWithHttpInfo()
Execute createIPAddress request with HTTP info returnedNetworkingV1alpha1Api.APIpatchIPAddressRequest.executeWithHttpInfo()
Execute patchIPAddress request with HTTP info returnedNetworkingV1alpha1Api.APIreadIPAddressRequest.executeWithHttpInfo()
Execute readIPAddress request with HTTP info returnedNetworkingV1alpha1Api.APIreplaceIPAddressRequest.executeWithHttpInfo()
Execute replaceIPAddress request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1IPAddressModifier and TypeMethodDescriptionNetworkingV1alpha1Api.createIPAddress
(V1alpha1IPAddress body) create an IPAddressNetworkingV1alpha1Api.replaceIPAddress
(String name, V1alpha1IPAddress body) replace the specified IPAddressMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1IPAddressModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1alpha1Api.APIcreateIPAddressRequest.executeAsync
(ApiCallback<V1alpha1IPAddress> _callback) Execute createIPAddress request (asynchronously)okhttp3.Call
NetworkingV1alpha1Api.APIpatchIPAddressRequest.executeAsync
(ApiCallback<V1alpha1IPAddress> _callback) Execute patchIPAddress request (asynchronously)okhttp3.Call
NetworkingV1alpha1Api.APIreadIPAddressRequest.executeAsync
(ApiCallback<V1alpha1IPAddress> _callback) Execute readIPAddress request (asynchronously)okhttp3.Call
NetworkingV1alpha1Api.APIreplaceIPAddressRequest.executeAsync
(ApiCallback<V1alpha1IPAddress> _callback) Execute replaceIPAddress request (asynchronously) -
Uses of V1alpha1IPAddress in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1IPAddressModifier and TypeMethodDescriptionV1alpha1IPAddress.apiVersion
(String apiVersion) static V1alpha1IPAddress
Create an instance of V1alpha1IPAddress given an JSON stringV1alpha1IPAddress.metadata
(V1ObjectMeta metadata) V1alpha1IPAddress.spec
(V1alpha1IPAddressSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1IPAddressModifier and TypeMethodDescriptionV1alpha1IPAddressList.getItems()
items is the list of IPAddresses.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1IPAddressModifier and TypeMethodDescriptionV1alpha1IPAddressList.addItemsItem
(V1alpha1IPAddress itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1IPAddressModifier and TypeMethodDescriptionV1alpha1IPAddressList.items
(List<V1alpha1IPAddress> items) void
V1alpha1IPAddressList.setItems
(List<V1alpha1IPAddress> items)