Skip to main content

namespace

Overview

Namenamespace
TypeResource
Idk8s.core_v1.namespace

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.
specobjectNamespaceSpec describes the attributes on a Namespace.
statusobjectNamespaceStatus is information about the current status of a Namespace.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1NamespaceSELECTcluster_addr, protocollist or watch objects of kind Namespace
readCoreV1NamespaceSELECTname, cluster_addr, protocolread the specified Namespace
createCoreV1NamespaceINSERTcluster_addr, protocolcreate a Namespace
deleteCoreV1NamespaceDELETEname, cluster_addr, protocoldelete a Namespace
patchCoreV1NamespaceEXECname, cluster_addr, protocolpartially update the specified Namespace
patchCoreV1NamespaceStatusEXECname, cluster_addr, protocolpartially update status of the specified Namespace
readCoreV1NamespaceStatusEXECname, cluster_addr, protocolread status of the specified Namespace
replaceCoreV1NamespaceEXECname, cluster_addr, protocolreplace the specified Namespace
replaceCoreV1NamespaceFinalizeEXECname, cluster_addr, protocolreplace finalize of the specified Namespace
replaceCoreV1NamespaceStatusEXECname, cluster_addr, protocolreplace status of the specified Namespace
watchCoreV1NamespaceEXECname, cluster_addr, protocolwatch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespaceListEXECcluster_addr, protocolwatch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead.