Skip to main content

node

Overview

Namenode
TypeResource
Idk8s.core_v1.node

Fields

NameDatatypeDescription
apiVersionstringAPIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstringKind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobjectObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
specobjectNodeSpec describes the attributes that a node is created with.
statusobjectNodeStatus is information about the current status of a node.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1NodeSELECTcluster_addr, protocollist or watch objects of kind Node
readCoreV1NodeSELECTname, cluster_addr, protocolread the specified Node
createCoreV1NodeINSERTcluster_addr, protocolcreate a Node
deleteCoreV1CollectionNodeDELETEcluster_addr, protocoldelete collection of Node
deleteCoreV1NodeDELETEname, cluster_addr, protocoldelete a Node
patchCoreV1NodeEXECname, cluster_addr, protocolpartially update the specified Node
patchCoreV1NodeStatusEXECname, cluster_addr, protocolpartially update status of the specified Node
readCoreV1NodeStatusEXECname, cluster_addr, protocolread status of the specified Node
replaceCoreV1NodeEXECname, cluster_addr, protocolreplace the specified Node
replaceCoreV1NodeStatusEXECname, cluster_addr, protocolreplace status of the specified Node
watchCoreV1NodeEXECname, cluster_addr, protocolwatch changes to an object of kind Node. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NodeListEXECcluster_addr, protocolwatch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead.