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.createNamespacedEndpoints
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) create EndpointsCoreV1Api.patchNamespacedEndpoints
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EndpointsCoreV1Api.readNamespacedEndpoints
(String name, String namespace, String pretty) read the specified EndpointsCoreV1Api.replaceNamespacedEndpoints
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointsMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1EndpointsModifier and TypeMethodDescriptionCoreV1Api.createNamespacedEndpointsWithHttpInfo
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) create EndpointsCoreV1Api.patchNamespacedEndpointsWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EndpointsCoreV1Api.readNamespacedEndpointsWithHttpInfo
(String name, String namespace, String pretty) read the specified EndpointsCoreV1Api.replaceNamespacedEndpointsWithHttpInfo
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointsMethods in io.kubernetes.client.openapi.apis with parameters of type V1EndpointsModifier and TypeMethodDescriptionCoreV1Api.createNamespacedEndpoints
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) create Endpointsokhttp3.Call
CoreV1Api.createNamespacedEndpointsAsync
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Endpoints> _callback) (asynchronously) create Endpointsokhttp3.Call
CoreV1Api.createNamespacedEndpointsCall
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedEndpointsCoreV1Api.createNamespacedEndpointsWithHttpInfo
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) create EndpointsCoreV1Api.replaceNamespacedEndpoints
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Endpointsokhttp3.Call
CoreV1Api.replaceNamespacedEndpointsAsync
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Endpoints> _callback) (asynchronously) replace the specified Endpointsokhttp3.Call
CoreV1Api.replaceNamespacedEndpointsCall
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedEndpointsCoreV1Api.replaceNamespacedEndpointsWithHttpInfo
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointsMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1EndpointsModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.createNamespacedEndpointsAsync
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Endpoints> _callback) (asynchronously) create Endpointsokhttp3.Call
CoreV1Api.patchNamespacedEndpointsAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Endpoints> _callback) (asynchronously) partially update the specified Endpointsokhttp3.Call
CoreV1Api.readNamespacedEndpointsAsync
(String name, String namespace, String pretty, ApiCallback<V1Endpoints> _callback) (asynchronously) read the specified Endpointsokhttp3.Call
CoreV1Api.replaceNamespacedEndpointsAsync
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Endpoints> _callback) (asynchronously) replace the specified Endpoints -
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) V1Endpoints.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)