Uses of Class
io.kubernetes.client.openapi.models.V1alpha1ServiceCIDR
Packages that use V1alpha1ServiceCIDR
-
Uses of V1alpha1ServiceCIDR in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1alpha1Api.APIcreateServiceCIDRRequest.execute()Execute createServiceCIDR requestNetworkingV1alpha1Api.APIpatchServiceCIDRRequest.execute()Execute patchServiceCIDR requestNetworkingV1alpha1Api.APIpatchServiceCIDRStatusRequest.execute()Execute patchServiceCIDRStatus requestNetworkingV1alpha1Api.APIreadServiceCIDRRequest.execute()Execute readServiceCIDR requestNetworkingV1alpha1Api.APIreadServiceCIDRStatusRequest.execute()Execute readServiceCIDRStatus requestNetworkingV1alpha1Api.APIreplaceServiceCIDRRequest.execute()Execute replaceServiceCIDR requestNetworkingV1alpha1Api.APIreplaceServiceCIDRStatusRequest.execute()Execute replaceServiceCIDRStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1alpha1Api.APIcreateServiceCIDRRequest.executeWithHttpInfo()Execute createServiceCIDR request with HTTP info returnedNetworkingV1alpha1Api.APIpatchServiceCIDRRequest.executeWithHttpInfo()Execute patchServiceCIDR request with HTTP info returnedNetworkingV1alpha1Api.APIpatchServiceCIDRStatusRequest.executeWithHttpInfo()Execute patchServiceCIDRStatus request with HTTP info returnedNetworkingV1alpha1Api.APIreadServiceCIDRRequest.executeWithHttpInfo()Execute readServiceCIDR request with HTTP info returnedNetworkingV1alpha1Api.APIreadServiceCIDRStatusRequest.executeWithHttpInfo()Execute readServiceCIDRStatus request with HTTP info returnedNetworkingV1alpha1Api.APIreplaceServiceCIDRRequest.executeWithHttpInfo()Execute replaceServiceCIDR request with HTTP info returnedNetworkingV1alpha1Api.APIreplaceServiceCIDRStatusRequest.executeWithHttpInfo()Execute replaceServiceCIDRStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1alpha1Api.createServiceCIDR(V1alpha1ServiceCIDR body) create a ServiceCIDRNetworkingV1alpha1Api.replaceServiceCIDR(String name, V1alpha1ServiceCIDR body) replace the specified ServiceCIDRNetworkingV1alpha1Api.replaceServiceCIDRStatus(String name, V1alpha1ServiceCIDR body) replace status of the specified ServiceCIDRMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1ServiceCIDRModifier and TypeMethodDescriptionokhttp3.CallNetworkingV1alpha1Api.APIcreateServiceCIDRRequest.executeAsync(ApiCallback<V1alpha1ServiceCIDR> _callback) Execute createServiceCIDR request (asynchronously)okhttp3.CallNetworkingV1alpha1Api.APIpatchServiceCIDRRequest.executeAsync(ApiCallback<V1alpha1ServiceCIDR> _callback) Execute patchServiceCIDR request (asynchronously)okhttp3.CallNetworkingV1alpha1Api.APIpatchServiceCIDRStatusRequest.executeAsync(ApiCallback<V1alpha1ServiceCIDR> _callback) Execute patchServiceCIDRStatus request (asynchronously)okhttp3.CallNetworkingV1alpha1Api.APIreadServiceCIDRRequest.executeAsync(ApiCallback<V1alpha1ServiceCIDR> _callback) Execute readServiceCIDR request (asynchronously)okhttp3.CallNetworkingV1alpha1Api.APIreadServiceCIDRStatusRequest.executeAsync(ApiCallback<V1alpha1ServiceCIDR> _callback) Execute readServiceCIDRStatus request (asynchronously)okhttp3.CallNetworkingV1alpha1Api.APIreplaceServiceCIDRRequest.executeAsync(ApiCallback<V1alpha1ServiceCIDR> _callback) Execute replaceServiceCIDR request (asynchronously)okhttp3.CallNetworkingV1alpha1Api.APIreplaceServiceCIDRStatusRequest.executeAsync(ApiCallback<V1alpha1ServiceCIDR> _callback) Execute replaceServiceCIDRStatus request (asynchronously) -
Uses of V1alpha1ServiceCIDR in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1ServiceCIDRModifier and TypeMethodDescriptionV1alpha1ServiceCIDR.apiVersion(String apiVersion) static V1alpha1ServiceCIDRCreate an instance of V1alpha1ServiceCIDR given an JSON stringV1alpha1ServiceCIDR.metadata(V1ObjectMeta metadata) V1alpha1ServiceCIDR.spec(V1alpha1ServiceCIDRSpec spec) V1alpha1ServiceCIDR.status(V1alpha1ServiceCIDRStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1ServiceCIDRModifier and TypeMethodDescriptionV1alpha1ServiceCIDRList.getItems()items is the list of ServiceCIDRs.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1ServiceCIDRModifier and TypeMethodDescriptionV1alpha1ServiceCIDRList.addItemsItem(V1alpha1ServiceCIDR itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1ServiceCIDRModifier and TypeMethodDescriptionV1alpha1ServiceCIDRList.items(List<V1alpha1ServiceCIDR> items) voidV1alpha1ServiceCIDRList.setItems(List<V1alpha1ServiceCIDR> items)