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.APIcreateServiceCIDRRequest.execute()
Execute createServiceCIDR requestNetworkingV1Api.APIpatchServiceCIDRRequest.execute()
Execute patchServiceCIDR requestNetworkingV1Api.APIpatchServiceCIDRStatusRequest.execute()
Execute patchServiceCIDRStatus requestNetworkingV1Api.APIreadServiceCIDRRequest.execute()
Execute readServiceCIDR requestNetworkingV1Api.APIreadServiceCIDRStatusRequest.execute()
Execute readServiceCIDRStatus requestNetworkingV1Api.APIreplaceServiceCIDRRequest.execute()
Execute replaceServiceCIDR requestNetworkingV1Api.APIreplaceServiceCIDRStatusRequest.execute()
Execute replaceServiceCIDRStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1Api.APIcreateServiceCIDRRequest.executeWithHttpInfo()
Execute createServiceCIDR request with HTTP info returnedNetworkingV1Api.APIpatchServiceCIDRRequest.executeWithHttpInfo()
Execute patchServiceCIDR request with HTTP info returnedNetworkingV1Api.APIpatchServiceCIDRStatusRequest.executeWithHttpInfo()
Execute patchServiceCIDRStatus request with HTTP info returnedNetworkingV1Api.APIreadServiceCIDRRequest.executeWithHttpInfo()
Execute readServiceCIDR request with HTTP info returnedNetworkingV1Api.APIreadServiceCIDRStatusRequest.executeWithHttpInfo()
Execute readServiceCIDRStatus request with HTTP info returnedNetworkingV1Api.APIreplaceServiceCIDRRequest.executeWithHttpInfo()
Execute replaceServiceCIDR request with HTTP info returnedNetworkingV1Api.APIreplaceServiceCIDRStatusRequest.executeWithHttpInfo()
Execute replaceServiceCIDRStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1ServiceCIDRModifier and TypeMethodDescriptionNetworkingV1Api.createServiceCIDR
(V1ServiceCIDR body) create a ServiceCIDRNetworkingV1Api.replaceServiceCIDR
(String name, V1ServiceCIDR body) replace the specified ServiceCIDRNetworkingV1Api.replaceServiceCIDRStatus
(String name, V1ServiceCIDR body) replace status of the specified ServiceCIDRMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceCIDRModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1Api.APIcreateServiceCIDRRequest.executeAsync
(ApiCallback<V1ServiceCIDR> _callback) Execute createServiceCIDR request (asynchronously)okhttp3.Call
NetworkingV1Api.APIpatchServiceCIDRRequest.executeAsync
(ApiCallback<V1ServiceCIDR> _callback) Execute patchServiceCIDR request (asynchronously)okhttp3.Call
NetworkingV1Api.APIpatchServiceCIDRStatusRequest.executeAsync
(ApiCallback<V1ServiceCIDR> _callback) Execute patchServiceCIDRStatus request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreadServiceCIDRRequest.executeAsync
(ApiCallback<V1ServiceCIDR> _callback) Execute readServiceCIDR request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreadServiceCIDRStatusRequest.executeAsync
(ApiCallback<V1ServiceCIDR> _callback) Execute readServiceCIDRStatus request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreplaceServiceCIDRRequest.executeAsync
(ApiCallback<V1ServiceCIDR> _callback) Execute replaceServiceCIDR request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreplaceServiceCIDRStatusRequest.executeAsync
(ApiCallback<V1ServiceCIDR> _callback) Execute replaceServiceCIDRStatus request (asynchronously) -
Uses of V1ServiceCIDR in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceCIDRModifier and TypeMethodDescriptionV1ServiceCIDR.apiVersion
(String apiVersion) static V1ServiceCIDR
Create an instance of V1ServiceCIDR given an JSON stringV1ServiceCIDR.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) void
V1ServiceCIDRList.setItems
(List<V1ServiceCIDR> items)