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/cluster-resources/api-service-v1/ below:

Website Navigation


APIService | Kubernetes

APIService

APIService represents a server for a particular GroupVersion.

apiVersion: apiregistration.k8s.io/v1

import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1"

APIService

APIService represents a server for a particular GroupVersion. Name must be "version.group".

APIServiceSpec

APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.

APIServiceStatus

APIServiceStatus contains derived information about an API server

APIServiceList

APIServiceList is a list of APIService objects.

Operations get read the specified APIService HTTP Request

GET /apis/apiregistration.k8s.io/v1/apiservices/{name}

Parameters Response

200 (APIService): OK

401: Unauthorized

get read status of the specified APIService HTTP Request

GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status

Parameters Response

200 (APIService): OK

401: Unauthorized

list list or watch objects of kind APIService HTTP Request

GET /apis/apiregistration.k8s.io/v1/apiservices

Parameters Response

200 (APIServiceList): OK

401: Unauthorized

create create an APIService HTTP Request

POST /apis/apiregistration.k8s.io/v1/apiservices

Parameters Response

200 (APIService): OK

201 (APIService): Created

202 (APIService): Accepted

401: Unauthorized

update replace the specified APIService HTTP Request

PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}

Parameters Response

200 (APIService): OK

201 (APIService): Created

401: Unauthorized

update replace status of the specified APIService HTTP Request

PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status

Parameters Response

200 (APIService): OK

201 (APIService): Created

401: Unauthorized

patch partially update the specified APIService HTTP Request

PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}

Parameters Response

200 (APIService): OK

201 (APIService): Created

401: Unauthorized

patch partially update status of the specified APIService HTTP Request

PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status

Parameters Response

200 (APIService): OK

201 (APIService): Created

401: Unauthorized

delete delete an APIService HTTP Request

DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}

Parameters Response

200 (Status): OK

202 (Status): Accepted

401: Unauthorized

deletecollection delete collection of APIService HTTP Request

DELETE /apis/apiregistration.k8s.io/v1/apiservices

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