Uses of Class
io.kubernetes.client.openapi.models.V1Service
Packages that use V1Service
-
Uses of V1Service in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ServiceModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedServiceRequest.execute()
Execute createNamespacedService requestCoreV1Api.APIdeleteNamespacedServiceRequest.execute()
Execute deleteNamespacedService requestCoreV1Api.APIpatchNamespacedServiceRequest.execute()
Execute patchNamespacedService requestCoreV1Api.APIpatchNamespacedServiceStatusRequest.execute()
Execute patchNamespacedServiceStatus requestCoreV1Api.APIreadNamespacedServiceRequest.execute()
Execute readNamespacedService requestCoreV1Api.APIreadNamespacedServiceStatusRequest.execute()
Execute readNamespacedServiceStatus requestCoreV1Api.APIreplaceNamespacedServiceRequest.execute()
Execute replaceNamespacedService requestCoreV1Api.APIreplaceNamespacedServiceStatusRequest.execute()
Execute replaceNamespacedServiceStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedServiceRequest.executeWithHttpInfo()
Execute createNamespacedService request with HTTP info returnedCoreV1Api.APIdeleteNamespacedServiceRequest.executeWithHttpInfo()
Execute deleteNamespacedService request with HTTP info returnedCoreV1Api.APIpatchNamespacedServiceRequest.executeWithHttpInfo()
Execute patchNamespacedService request with HTTP info returnedCoreV1Api.APIpatchNamespacedServiceStatusRequest.executeWithHttpInfo()
Execute patchNamespacedServiceStatus request with HTTP info returnedCoreV1Api.APIreadNamespacedServiceRequest.executeWithHttpInfo()
Execute readNamespacedService request with HTTP info returnedCoreV1Api.APIreadNamespacedServiceStatusRequest.executeWithHttpInfo()
Execute readNamespacedServiceStatus request with HTTP info returnedCoreV1Api.APIreplaceNamespacedServiceRequest.executeWithHttpInfo()
Execute replaceNamespacedService request with HTTP info returnedCoreV1Api.APIreplaceNamespacedServiceStatusRequest.executeWithHttpInfo()
Execute replaceNamespacedServiceStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1ServiceModifier and TypeMethodDescriptionCoreV1Api.createNamespacedService
(String namespace, V1Service body) create a ServiceCoreV1Api.replaceNamespacedService
(String name, String namespace, V1Service body) replace the specified ServiceCoreV1Api.replaceNamespacedServiceStatus
(String name, String namespace, V1Service body) replace status of the specified ServiceMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNamespacedServiceRequest.executeAsync
(ApiCallback<V1Service> _callback) Execute createNamespacedService request (asynchronously)okhttp3.Call
CoreV1Api.APIdeleteNamespacedServiceRequest.executeAsync
(ApiCallback<V1Service> _callback) Execute deleteNamespacedService request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedServiceRequest.executeAsync
(ApiCallback<V1Service> _callback) Execute patchNamespacedService request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedServiceStatusRequest.executeAsync
(ApiCallback<V1Service> _callback) Execute patchNamespacedServiceStatus request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedServiceRequest.executeAsync
(ApiCallback<V1Service> _callback) Execute readNamespacedService request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedServiceStatusRequest.executeAsync
(ApiCallback<V1Service> _callback) Execute readNamespacedServiceStatus request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedServiceRequest.executeAsync
(ApiCallback<V1Service> _callback) Execute replaceNamespacedService request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedServiceStatusRequest.executeAsync
(ApiCallback<V1Service> _callback) Execute replaceNamespacedServiceStatus request (asynchronously) -
Uses of V1Service in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceModifier and TypeMethodDescriptionV1Service.apiVersion
(String apiVersion) static V1Service
Create an instance of V1Service given an JSON stringV1Service.metadata
(V1ObjectMeta metadata) V1Service.spec
(V1ServiceSpec spec) V1Service.status
(V1ServiceStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ServiceMethods in io.kubernetes.client.openapi.models with parameters of type V1ServiceMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1Service