Uses of Class
io.kubernetes.client.openapi.models.V1ServiceCIDR
Packages that use V1ServiceCIDR
-
Uses of V1ServiceCIDR in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1Api.createServiceCIDR(V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceCIDRNetworkingV1Api.patchServiceCIDR(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ServiceCIDRNetworkingV1Api.patchServiceCIDRStatus(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ServiceCIDRNetworkingV1Api.readServiceCIDR(String name, String pretty) read the specified ServiceCIDRNetworkingV1Api.readServiceCIDRStatus(String name, String pretty) read status of the specified ServiceCIDRNetworkingV1Api.replaceServiceCIDR(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceCIDRNetworkingV1Api.replaceServiceCIDRStatus(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ServiceCIDRMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1Api.createServiceCIDRWithHttpInfo(V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceCIDRNetworkingV1Api.patchServiceCIDRStatusWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ServiceCIDRNetworkingV1Api.patchServiceCIDRWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ServiceCIDRNetworkingV1Api.readServiceCIDRStatusWithHttpInfo(String name, String pretty) read status of the specified ServiceCIDRNetworkingV1Api.readServiceCIDRWithHttpInfo(String name, String pretty) read the specified ServiceCIDRNetworkingV1Api.replaceServiceCIDRStatusWithHttpInfo(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ServiceCIDRNetworkingV1Api.replaceServiceCIDRWithHttpInfo(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceCIDRMethods in io.kubernetes.client.openapi.apis with parameters of type V1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1Api.createServiceCIDR(V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceCIDRokhttp3.CallNetworkingV1Api.createServiceCIDRAsync(V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) create a ServiceCIDRokhttp3.CallNetworkingV1Api.createServiceCIDRCall(V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createServiceCIDRNetworkingV1Api.createServiceCIDRWithHttpInfo(V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceCIDRNetworkingV1Api.replaceServiceCIDR(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceCIDRokhttp3.CallNetworkingV1Api.replaceServiceCIDRAsync(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) replace the specified ServiceCIDRokhttp3.CallNetworkingV1Api.replaceServiceCIDRCall(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceServiceCIDRNetworkingV1Api.replaceServiceCIDRStatus(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ServiceCIDRokhttp3.CallNetworkingV1Api.replaceServiceCIDRStatusAsync(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) replace status of the specified ServiceCIDRokhttp3.CallNetworkingV1Api.replaceServiceCIDRStatusCall(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceServiceCIDRStatusNetworkingV1Api.replaceServiceCIDRStatusWithHttpInfo(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ServiceCIDRNetworkingV1Api.replaceServiceCIDRWithHttpInfo(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceCIDRMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceCIDRModifier and TypeMethodDescriptionokhttp3.CallNetworkingV1Api.createServiceCIDRAsync(V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) create a ServiceCIDRokhttp3.CallNetworkingV1Api.patchServiceCIDRAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) partially update the specified ServiceCIDRokhttp3.CallNetworkingV1Api.patchServiceCIDRStatusAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) partially update status of the specified ServiceCIDRokhttp3.CallNetworkingV1Api.readServiceCIDRAsync(String name, String pretty, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) read the specified ServiceCIDRokhttp3.CallNetworkingV1Api.readServiceCIDRStatusAsync(String name, String pretty, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) read status of the specified ServiceCIDRokhttp3.CallNetworkingV1Api.replaceServiceCIDRAsync(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) replace the specified ServiceCIDRokhttp3.CallNetworkingV1Api.replaceServiceCIDRStatusAsync(String name, V1ServiceCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceCIDR> _callback) (asynchronously) replace status of the specified ServiceCIDR -
Uses of V1ServiceCIDR in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceCIDRModifier and TypeMethodDescriptionV1ServiceCIDR.apiVersion(String apiVersion) V1ServiceCIDR.metadata(V1ObjectMeta metadata) V1ServiceCIDR.spec(V1ServiceCIDRSpec spec) V1ServiceCIDR.status(V1ServiceCIDRStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ServiceCIDRModifier and TypeMethodDescriptionV1ServiceCIDRList.getItems()items is the list of ServiceCIDRs.Methods in io.kubernetes.client.openapi.models with parameters of type V1ServiceCIDRMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1ServiceCIDRModifier and TypeMethodDescriptionV1ServiceCIDRList.items(List<V1ServiceCIDR> items) voidV1ServiceCIDRList.setItems(List<V1ServiceCIDR> items)