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.createIPAddress
(V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IPAddressNetworkingV1alpha1Api.patchIPAddress
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified IPAddressNetworkingV1alpha1Api.readIPAddress
(String name, String pretty) read the specified IPAddressNetworkingV1alpha1Api.replaceIPAddress
(String name, V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IPAddressMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1IPAddressModifier and TypeMethodDescriptionNetworkingV1alpha1Api.createIPAddressWithHttpInfo
(V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IPAddressNetworkingV1alpha1Api.patchIPAddressWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified IPAddressNetworkingV1alpha1Api.readIPAddressWithHttpInfo
(String name, String pretty) read the specified IPAddressNetworkingV1alpha1Api.replaceIPAddressWithHttpInfo
(String name, V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IPAddressMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1IPAddressModifier and TypeMethodDescriptionNetworkingV1alpha1Api.createIPAddress
(V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IPAddressokhttp3.Call
NetworkingV1alpha1Api.createIPAddressAsync
(V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1IPAddress> _callback) (asynchronously) create an IPAddressokhttp3.Call
NetworkingV1alpha1Api.createIPAddressCall
(V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createIPAddressNetworkingV1alpha1Api.createIPAddressWithHttpInfo
(V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IPAddressNetworkingV1alpha1Api.replaceIPAddress
(String name, V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IPAddressokhttp3.Call
NetworkingV1alpha1Api.replaceIPAddressAsync
(String name, V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1IPAddress> _callback) (asynchronously) replace the specified IPAddressokhttp3.Call
NetworkingV1alpha1Api.replaceIPAddressCall
(String name, V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceIPAddressNetworkingV1alpha1Api.replaceIPAddressWithHttpInfo
(String name, V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IPAddressMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1IPAddressModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1alpha1Api.createIPAddressAsync
(V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1IPAddress> _callback) (asynchronously) create an IPAddressokhttp3.Call
NetworkingV1alpha1Api.patchIPAddressAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha1IPAddress> _callback) (asynchronously) partially update the specified IPAddressokhttp3.Call
NetworkingV1alpha1Api.readIPAddressAsync
(String name, String pretty, ApiCallback<V1alpha1IPAddress> _callback) (asynchronously) read the specified IPAddressokhttp3.Call
NetworkingV1alpha1Api.replaceIPAddressAsync
(String name, V1alpha1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1IPAddress> _callback) (asynchronously) replace the specified IPAddress -
Uses of V1alpha1IPAddress in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1IPAddressModifier and TypeMethodDescriptionV1alpha1IPAddress.apiVersion
(String apiVersion) V1alpha1IPAddress.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)