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/workload-resources/replica-set-v1/ below:

Website Navigation


ReplicaSet | Kubernetes

ReplicaSet

ReplicaSet ensures that a specified number of pod replicas are running at any given time.

apiVersion: apps/v1

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

ReplicaSet

ReplicaSet ensures that a specified number of pod replicas are running at any given time.

ReplicaSetSpec

ReplicaSetSpec is the specification of a ReplicaSet.

ReplicaSetStatus

ReplicaSetStatus represents the current status of a ReplicaSet.

ReplicaSetList

ReplicaSetList is a collection of ReplicaSets.

Operations get read the specified ReplicaSet HTTP Request

GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}

Parameters Response

200 (ReplicaSet): OK

401: Unauthorized

get read status of the specified ReplicaSet HTTP Request

GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status

Parameters Response

200 (ReplicaSet): OK

401: Unauthorized

list list or watch objects of kind ReplicaSet HTTP Request

GET /apis/apps/v1/namespaces/{namespace}/replicasets

Parameters Response

200 (ReplicaSetList): OK

401: Unauthorized

list list or watch objects of kind ReplicaSet HTTP Request

GET /apis/apps/v1/replicasets

Parameters Response

200 (ReplicaSetList): OK

401: Unauthorized

create create a ReplicaSet HTTP Request

POST /apis/apps/v1/namespaces/{namespace}/replicasets

Parameters Response

200 (ReplicaSet): OK

201 (ReplicaSet): Created

202 (ReplicaSet): Accepted

401: Unauthorized

update replace the specified ReplicaSet HTTP Request

PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}

Parameters Response

200 (ReplicaSet): OK

201 (ReplicaSet): Created

401: Unauthorized

update replace status of the specified ReplicaSet HTTP Request

PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status

Parameters Response

200 (ReplicaSet): OK

201 (ReplicaSet): Created

401: Unauthorized

patch partially update the specified ReplicaSet HTTP Request

PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}

Parameters Response

200 (ReplicaSet): OK

201 (ReplicaSet): Created

401: Unauthorized

patch partially update status of the specified ReplicaSet HTTP Request

PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status

Parameters Response

200 (ReplicaSet): OK

201 (ReplicaSet): Created

401: Unauthorized

delete delete a ReplicaSet HTTP Request

DELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name}

Parameters Response

200 (Status): OK

202 (Status): Accepted

401: Unauthorized

deletecollection delete collection of ReplicaSet HTTP Request

DELETE /apis/apps/v1/namespaces/{namespace}/replicasets

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