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.createIPAddress(V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IPAddressNetworkingV1beta1Api.patchIPAddress(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified IPAddressNetworkingV1beta1Api.readIPAddress(String name, String pretty) read the specified IPAddressNetworkingV1beta1Api.replaceIPAddress(String name, V1beta1IPAddress 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 V1beta1IPAddressModifier and TypeMethodDescriptionNetworkingV1beta1Api.createIPAddressWithHttpInfo(V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IPAddressNetworkingV1beta1Api.patchIPAddressWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified IPAddressNetworkingV1beta1Api.readIPAddressWithHttpInfo(String name, String pretty) read the specified IPAddressNetworkingV1beta1Api.replaceIPAddressWithHttpInfo(String name, V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IPAddressMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta1IPAddressModifier and TypeMethodDescriptionNetworkingV1beta1Api.createIPAddress(V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IPAddressokhttp3.CallNetworkingV1beta1Api.createIPAddressAsync(V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1IPAddress> _callback) (asynchronously) create an IPAddressokhttp3.CallNetworkingV1beta1Api.createIPAddressCall(V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createIPAddressNetworkingV1beta1Api.createIPAddressWithHttpInfo(V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IPAddressNetworkingV1beta1Api.replaceIPAddress(String name, V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IPAddressokhttp3.CallNetworkingV1beta1Api.replaceIPAddressAsync(String name, V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1IPAddress> _callback) (asynchronously) replace the specified IPAddressokhttp3.CallNetworkingV1beta1Api.replaceIPAddressCall(String name, V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceIPAddressNetworkingV1beta1Api.replaceIPAddressWithHttpInfo(String name, V1beta1IPAddress 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 V1beta1IPAddressModifier and TypeMethodDescriptionokhttp3.CallNetworkingV1beta1Api.createIPAddressAsync(V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1IPAddress> _callback) (asynchronously) create an IPAddressokhttp3.CallNetworkingV1beta1Api.patchIPAddressAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta1IPAddress> _callback) (asynchronously) partially update the specified IPAddressokhttp3.CallNetworkingV1beta1Api.readIPAddressAsync(String name, String pretty, ApiCallback<V1beta1IPAddress> _callback) (asynchronously) read the specified IPAddressokhttp3.CallNetworkingV1beta1Api.replaceIPAddressAsync(String name, V1beta1IPAddress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1IPAddress> _callback) (asynchronously) replace the specified IPAddress -
Uses of V1beta1IPAddress in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1IPAddressModifier and TypeMethodDescriptionV1beta1IPAddress.apiVersion(String apiVersion) V1beta1IPAddress.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)