Uses of Class
io.kubernetes.client.openapi.models.V1beta1IPAddress
Packages that use V1beta1IPAddress
-
Uses of V1beta1IPAddress in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta1IPAddressModifier and TypeMethodDescriptionNetworkingV1beta1Api.APIcreateIPAddressRequest.execute()Execute createIPAddress requestNetworkingV1beta1Api.APIpatchIPAddressRequest.execute()Execute patchIPAddress requestNetworkingV1beta1Api.APIreadIPAddressRequest.execute()Execute readIPAddress requestNetworkingV1beta1Api.APIreplaceIPAddressRequest.execute()Execute replaceIPAddress requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta1IPAddressModifier and TypeMethodDescriptionNetworkingV1beta1Api.APIcreateIPAddressRequest.executeWithHttpInfo()Execute createIPAddress request with HTTP info returnedNetworkingV1beta1Api.APIpatchIPAddressRequest.executeWithHttpInfo()Execute patchIPAddress request with HTTP info returnedNetworkingV1beta1Api.APIreadIPAddressRequest.executeWithHttpInfo()Execute readIPAddress request with HTTP info returnedNetworkingV1beta1Api.APIreplaceIPAddressRequest.executeWithHttpInfo()Execute replaceIPAddress request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta1IPAddressModifier and TypeMethodDescriptionNetworkingV1beta1Api.createIPAddress(V1beta1IPAddress body) create an IPAddressNetworkingV1beta1Api.replaceIPAddress(String name, V1beta1IPAddress body) replace the specified IPAddressMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta1IPAddressModifier and TypeMethodDescriptionokhttp3.CallNetworkingV1beta1Api.APIcreateIPAddressRequest.executeAsync(ApiCallback<V1beta1IPAddress> _callback) Execute createIPAddress request (asynchronously)okhttp3.CallNetworkingV1beta1Api.APIpatchIPAddressRequest.executeAsync(ApiCallback<V1beta1IPAddress> _callback) Execute patchIPAddress request (asynchronously)okhttp3.CallNetworkingV1beta1Api.APIreadIPAddressRequest.executeAsync(ApiCallback<V1beta1IPAddress> _callback) Execute readIPAddress request (asynchronously)okhttp3.CallNetworkingV1beta1Api.APIreplaceIPAddressRequest.executeAsync(ApiCallback<V1beta1IPAddress> _callback) Execute replaceIPAddress request (asynchronously) -
Uses of V1beta1IPAddress in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1IPAddressModifier and TypeMethodDescriptionV1beta1IPAddress.apiVersion(String apiVersion) static V1beta1IPAddressCreate an instance of V1beta1IPAddress given an JSON stringV1beta1IPAddress.metadata(V1ObjectMeta metadata) V1beta1IPAddress.spec(V1beta1IPAddressSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1IPAddressModifier and TypeMethodDescriptionV1beta1IPAddressList.getItems()items is the list of IPAddresses.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1IPAddressMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1IPAddressModifier and TypeMethodDescriptionV1beta1IPAddressList.items(List<V1beta1IPAddress> items) voidV1beta1IPAddressList.setItems(List<V1beta1IPAddress> items)