Uses of Class
io.kubernetes.client.openapi.models.V1beta1ServiceCIDR
Packages that use V1beta1ServiceCIDR
-
Uses of V1beta1ServiceCIDR in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1beta1Api.APIcreateServiceCIDRRequest.execute()Execute createServiceCIDR requestNetworkingV1beta1Api.APIpatchServiceCIDRRequest.execute()Execute patchServiceCIDR requestNetworkingV1beta1Api.APIpatchServiceCIDRStatusRequest.execute()Execute patchServiceCIDRStatus requestNetworkingV1beta1Api.APIreadServiceCIDRRequest.execute()Execute readServiceCIDR requestNetworkingV1beta1Api.APIreadServiceCIDRStatusRequest.execute()Execute readServiceCIDRStatus requestNetworkingV1beta1Api.APIreplaceServiceCIDRRequest.execute()Execute replaceServiceCIDR requestNetworkingV1beta1Api.APIreplaceServiceCIDRStatusRequest.execute()Execute replaceServiceCIDRStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1beta1Api.APIcreateServiceCIDRRequest.executeWithHttpInfo()Execute createServiceCIDR request with HTTP info returnedNetworkingV1beta1Api.APIpatchServiceCIDRRequest.executeWithHttpInfo()Execute patchServiceCIDR request with HTTP info returnedNetworkingV1beta1Api.APIpatchServiceCIDRStatusRequest.executeWithHttpInfo()Execute patchServiceCIDRStatus request with HTTP info returnedNetworkingV1beta1Api.APIreadServiceCIDRRequest.executeWithHttpInfo()Execute readServiceCIDR request with HTTP info returnedNetworkingV1beta1Api.APIreadServiceCIDRStatusRequest.executeWithHttpInfo()Execute readServiceCIDRStatus request with HTTP info returnedNetworkingV1beta1Api.APIreplaceServiceCIDRRequest.executeWithHttpInfo()Execute replaceServiceCIDR request with HTTP info returnedNetworkingV1beta1Api.APIreplaceServiceCIDRStatusRequest.executeWithHttpInfo()Execute replaceServiceCIDRStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1beta1Api.createServiceCIDR(V1beta1ServiceCIDR body) create a ServiceCIDRNetworkingV1beta1Api.replaceServiceCIDR(String name, V1beta1ServiceCIDR body) replace the specified ServiceCIDRNetworkingV1beta1Api.replaceServiceCIDRStatus(String name, V1beta1ServiceCIDR body) replace status of the specified ServiceCIDRMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta1ServiceCIDRModifier and TypeMethodDescriptionokhttp3.CallNetworkingV1beta1Api.APIcreateServiceCIDRRequest.executeAsync(ApiCallback<V1beta1ServiceCIDR> _callback) Execute createServiceCIDR request (asynchronously)okhttp3.CallNetworkingV1beta1Api.APIpatchServiceCIDRRequest.executeAsync(ApiCallback<V1beta1ServiceCIDR> _callback) Execute patchServiceCIDR request (asynchronously)okhttp3.CallNetworkingV1beta1Api.APIpatchServiceCIDRStatusRequest.executeAsync(ApiCallback<V1beta1ServiceCIDR> _callback) Execute patchServiceCIDRStatus request (asynchronously)okhttp3.CallNetworkingV1beta1Api.APIreadServiceCIDRRequest.executeAsync(ApiCallback<V1beta1ServiceCIDR> _callback) Execute readServiceCIDR request (asynchronously)okhttp3.CallNetworkingV1beta1Api.APIreadServiceCIDRStatusRequest.executeAsync(ApiCallback<V1beta1ServiceCIDR> _callback) Execute readServiceCIDRStatus request (asynchronously)okhttp3.CallNetworkingV1beta1Api.APIreplaceServiceCIDRRequest.executeAsync(ApiCallback<V1beta1ServiceCIDR> _callback) Execute replaceServiceCIDR request (asynchronously)okhttp3.CallNetworkingV1beta1Api.APIreplaceServiceCIDRStatusRequest.executeAsync(ApiCallback<V1beta1ServiceCIDR> _callback) Execute replaceServiceCIDRStatus request (asynchronously) -
Uses of V1beta1ServiceCIDR in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1ServiceCIDRModifier and TypeMethodDescriptionV1beta1ServiceCIDR.apiVersion(String apiVersion) static V1beta1ServiceCIDRCreate an instance of V1beta1ServiceCIDR given an JSON stringV1beta1ServiceCIDR.metadata(V1ObjectMeta metadata) V1beta1ServiceCIDR.spec(V1beta1ServiceCIDRSpec spec) V1beta1ServiceCIDR.status(V1beta1ServiceCIDRStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1ServiceCIDRModifier and TypeMethodDescriptionV1beta1ServiceCIDRList.getItems()items is the list of ServiceCIDRs.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1ServiceCIDRModifier and TypeMethodDescriptionV1beta1ServiceCIDRList.addItemsItem(V1beta1ServiceCIDR itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1ServiceCIDRModifier and TypeMethodDescriptionV1beta1ServiceCIDRList.items(List<V1beta1ServiceCIDR> items) voidV1beta1ServiceCIDRList.setItems(List<V1beta1ServiceCIDR> items)