Uses of Class
io.kubernetes.client.openapi.models.V1Endpoints
Packages that use V1Endpoints
-
Uses of V1Endpoints in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1EndpointsModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedEndpointsRequest.execute()
Execute createNamespacedEndpoints requestCoreV1Api.APIpatchNamespacedEndpointsRequest.execute()
Execute patchNamespacedEndpoints requestCoreV1Api.APIreadNamespacedEndpointsRequest.execute()
Execute readNamespacedEndpoints requestCoreV1Api.APIreplaceNamespacedEndpointsRequest.execute()
Execute replaceNamespacedEndpoints requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1EndpointsModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedEndpointsRequest.executeWithHttpInfo()
Execute createNamespacedEndpoints request with HTTP info returnedCoreV1Api.APIpatchNamespacedEndpointsRequest.executeWithHttpInfo()
Execute patchNamespacedEndpoints request with HTTP info returnedCoreV1Api.APIreadNamespacedEndpointsRequest.executeWithHttpInfo()
Execute readNamespacedEndpoints request with HTTP info returnedCoreV1Api.APIreplaceNamespacedEndpointsRequest.executeWithHttpInfo()
Execute replaceNamespacedEndpoints request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1EndpointsModifier and TypeMethodDescriptionCoreV1Api.createNamespacedEndpoints
(String namespace, V1Endpoints body) create EndpointsCoreV1Api.replaceNamespacedEndpoints
(String name, String namespace, V1Endpoints body) replace the specified EndpointsMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1EndpointsModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNamespacedEndpointsRequest.executeAsync
(ApiCallback<V1Endpoints> _callback) Execute createNamespacedEndpoints request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedEndpointsRequest.executeAsync
(ApiCallback<V1Endpoints> _callback) Execute patchNamespacedEndpoints request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedEndpointsRequest.executeAsync
(ApiCallback<V1Endpoints> _callback) Execute readNamespacedEndpoints request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedEndpointsRequest.executeAsync
(ApiCallback<V1Endpoints> _callback) Execute replaceNamespacedEndpoints request (asynchronously) -
Uses of V1Endpoints in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EndpointsModifier and TypeMethodDescriptionV1Endpoints.addSubsetsItem
(V1EndpointSubset subsetsItem) V1Endpoints.apiVersion
(String apiVersion) static V1Endpoints
Create an instance of V1Endpoints given an JSON stringV1Endpoints.metadata
(V1ObjectMeta metadata) V1Endpoints.subsets
(List<V1EndpointSubset> subsets) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1EndpointsMethods in io.kubernetes.client.openapi.models with parameters of type V1EndpointsMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1EndpointsModifier and TypeMethodDescriptionV1EndpointsList.items
(List<V1Endpoints> items) void
V1EndpointsList.setItems
(List<V1Endpoints> items)