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/stateful-set-v1/ below:

Website Navigation


StatefulSet | Kubernetes

StatefulSet

StatefulSet represents a set of pods with consistent identities.

apiVersion: apps/v1

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

StatefulSet

StatefulSet represents a set of pods with consistent identities. Identities are defined as:

The StatefulSet guarantees that a given network identity will always map to the same storage identity.

StatefulSetSpec

A StatefulSetSpec is the specification of a StatefulSet.

StatefulSetStatus

StatefulSetStatus represents the current state of a StatefulSet.

StatefulSetList

StatefulSetList is a collection of StatefulSets.

Operations get read the specified StatefulSet HTTP Request

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

Parameters Response

200 (StatefulSet): OK

401: Unauthorized

get read status of the specified StatefulSet HTTP Request

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

Parameters Response

200 (StatefulSet): OK

401: Unauthorized

list list or watch objects of kind StatefulSet HTTP Request

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

Parameters Response

200 (StatefulSetList): OK

401: Unauthorized

list list or watch objects of kind StatefulSet HTTP Request

GET /apis/apps/v1/statefulsets

Parameters Response

200 (StatefulSetList): OK

401: Unauthorized

create create a StatefulSet HTTP Request

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

Parameters Response

200 (StatefulSet): OK

201 (StatefulSet): Created

202 (StatefulSet): Accepted

401: Unauthorized

update replace the specified StatefulSet HTTP Request

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

Parameters Response

200 (StatefulSet): OK

201 (StatefulSet): Created

401: Unauthorized

update replace status of the specified StatefulSet HTTP Request

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

Parameters Response

200 (StatefulSet): OK

201 (StatefulSet): Created

401: Unauthorized

patch partially update the specified StatefulSet HTTP Request

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

Parameters Response

200 (StatefulSet): OK

201 (StatefulSet): Created

401: Unauthorized

patch partially update status of the specified StatefulSet HTTP Request

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

Parameters Response

200 (StatefulSet): OK

201 (StatefulSet): Created

401: Unauthorized

delete delete a StatefulSet HTTP Request

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

Parameters Response

200 (Status): OK

202 (Status): Accepted

401: Unauthorized

deletecollection delete collection of StatefulSet HTTP Request

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

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