Uses of Class
io.kubernetes.client.openapi.models.V1IPAddress
Packages that use V1IPAddress
-
Uses of V1IPAddress in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1IPAddressModifier and TypeMethodDescriptionNetworkingV1Api.APIcreateIPAddressRequest.execute()
Execute createIPAddress requestNetworkingV1Api.APIpatchIPAddressRequest.execute()
Execute patchIPAddress requestNetworkingV1Api.APIreadIPAddressRequest.execute()
Execute readIPAddress requestNetworkingV1Api.APIreplaceIPAddressRequest.execute()
Execute replaceIPAddress requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1IPAddressModifier and TypeMethodDescriptionNetworkingV1Api.APIcreateIPAddressRequest.executeWithHttpInfo()
Execute createIPAddress request with HTTP info returnedNetworkingV1Api.APIpatchIPAddressRequest.executeWithHttpInfo()
Execute patchIPAddress request with HTTP info returnedNetworkingV1Api.APIreadIPAddressRequest.executeWithHttpInfo()
Execute readIPAddress request with HTTP info returnedNetworkingV1Api.APIreplaceIPAddressRequest.executeWithHttpInfo()
Execute replaceIPAddress request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1IPAddressModifier and TypeMethodDescriptionNetworkingV1Api.createIPAddress
(V1IPAddress body) create an IPAddressNetworkingV1Api.replaceIPAddress
(String name, V1IPAddress body) replace the specified IPAddressMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1IPAddressModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1Api.APIcreateIPAddressRequest.executeAsync
(ApiCallback<V1IPAddress> _callback) Execute createIPAddress request (asynchronously)okhttp3.Call
NetworkingV1Api.APIpatchIPAddressRequest.executeAsync
(ApiCallback<V1IPAddress> _callback) Execute patchIPAddress request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreadIPAddressRequest.executeAsync
(ApiCallback<V1IPAddress> _callback) Execute readIPAddress request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreplaceIPAddressRequest.executeAsync
(ApiCallback<V1IPAddress> _callback) Execute replaceIPAddress request (asynchronously) -
Uses of V1IPAddress in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IPAddressModifier and TypeMethodDescriptionV1IPAddress.apiVersion
(String apiVersion) static V1IPAddress
Create an instance of V1IPAddress given an JSON stringV1IPAddress.metadata
(V1ObjectMeta metadata) V1IPAddress.spec
(V1IPAddressSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1IPAddressMethods in io.kubernetes.client.openapi.models with parameters of type V1IPAddressMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1IPAddressModifier and TypeMethodDescriptionV1IPAddressList.items
(List<V1IPAddress> items) void
V1IPAddressList.setItems
(List<V1IPAddress> items)