A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/ below:

Website Navigation


Service | Kubernetes

Service

Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.

apiVersion: v1

import "k8s.io/api/core/v1"

Service

Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.

ServiceSpec

ServiceSpec describes the attributes that a user creates on a service.

ServiceStatus

ServiceStatus represents the current status of a service.

ServiceList

ServiceList holds a list of services.

Operations get read the specified Service HTTP Request

GET /api/v1/namespaces/{namespace}/services/{name}

Parameters Response

200 (Service): OK

401: Unauthorized

get read status of the specified Service HTTP Request

GET /api/v1/namespaces/{namespace}/services/{name}/status

Parameters Response

200 (Service): OK

401: Unauthorized

list list or watch objects of kind Service HTTP Request

GET /api/v1/namespaces/{namespace}/services

Parameters Response

200 (ServiceList): OK

401: Unauthorized

list list or watch objects of kind Service HTTP Request

GET /api/v1/services

Parameters Response

200 (ServiceList): OK

401: Unauthorized

create create a Service HTTP Request

POST /api/v1/namespaces/{namespace}/services

Parameters Response

200 (Service): OK

201 (Service): Created

202 (Service): Accepted

401: Unauthorized

update replace the specified Service HTTP Request

PUT /api/v1/namespaces/{namespace}/services/{name}

Parameters Response

200 (Service): OK

201 (Service): Created

401: Unauthorized

update replace status of the specified Service HTTP Request

PUT /api/v1/namespaces/{namespace}/services/{name}/status

Parameters Response

200 (Service): OK

201 (Service): Created

401: Unauthorized

patch partially update the specified Service HTTP Request

PATCH /api/v1/namespaces/{namespace}/services/{name}

Parameters Response

200 (Service): OK

201 (Service): Created

401: Unauthorized

patch partially update status of the specified Service HTTP Request

PATCH /api/v1/namespaces/{namespace}/services/{name}/status

Parameters Response

200 (Service): OK

201 (Service): Created

401: Unauthorized

delete delete a Service HTTP Request

DELETE /api/v1/namespaces/{namespace}/services/{name}

Parameters Response

200 (Service): OK

202 (Service): Accepted

401: Unauthorized

deletecollection delete collection of Service HTTP Request

DELETE /api/v1/namespaces/{namespace}/services

Parameters Response

200 (Status): OK

401: Unauthorized

This page is automatically generated.

If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4