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

Website Navigation


Node | Kubernetes

Node

Node is a worker node in Kubernetes.

apiVersion: v1

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

Node

Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).

NodeSpec

NodeSpec describes the attributes that a node is created with.

NodeStatus

NodeStatus is information about the current status of a node.

NodeList

NodeList is the whole list of all Nodes which have been registered with master.

Operations get read the specified Node HTTP Request

GET /api/v1/nodes/{name}

Parameters Response

200 (Node): OK

401: Unauthorized

get read status of the specified Node HTTP Request

GET /api/v1/nodes/{name}/status

Parameters Response

200 (Node): OK

401: Unauthorized

list list or watch objects of kind Node HTTP Request

GET /api/v1/nodes

Parameters Response

200 (NodeList): OK

401: Unauthorized

create create a Node HTTP Request

POST /api/v1/nodes

Parameters Response

200 (Node): OK

201 (Node): Created

202 (Node): Accepted

401: Unauthorized

update replace the specified Node HTTP Request

PUT /api/v1/nodes/{name}

Parameters Response

200 (Node): OK

201 (Node): Created

401: Unauthorized

update replace status of the specified Node HTTP Request

PUT /api/v1/nodes/{name}/status

Parameters Response

200 (Node): OK

201 (Node): Created

401: Unauthorized

patch partially update the specified Node HTTP Request

PATCH /api/v1/nodes/{name}

Parameters Response

200 (Node): OK

201 (Node): Created

401: Unauthorized

patch partially update status of the specified Node HTTP Request

PATCH /api/v1/nodes/{name}/status

Parameters Response

200 (Node): OK

201 (Node): Created

401: Unauthorized

delete delete a Node HTTP Request

DELETE /api/v1/nodes/{name}

Parameters Response

200 (Status): OK

202 (Status): Accepted

401: Unauthorized

deletecollection delete collection of Node HTTP Request

DELETE /api/v1/nodes

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