Skip to main content

pod

Overview

Namepod
TypeResource
Idk8s.core_v1.pod

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.
specobjectPodSpec is a description of a pod.
statusobjectPodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1NamespacedPodSELECTnamespace, cluster_addr, protocollist or watch objects of kind Pod
listCoreV1PodForAllNamespacesSELECTcluster_addr, protocollist or watch objects of kind Pod
readCoreV1NamespacedPodSELECTname, namespace, cluster_addr, protocolread the specified Pod
createCoreV1NamespacedPodINSERTnamespace, cluster_addr, protocolcreate a Pod
deleteCoreV1CollectionNamespacedPodDELETEnamespace, cluster_addr, protocoldelete collection of Pod
deleteCoreV1NamespacedPodDELETEname, namespace, cluster_addr, protocoldelete a Pod
patchCoreV1NamespacedPodEXECname, namespace, cluster_addr, protocolpartially update the specified Pod
patchCoreV1NamespacedPodEphemeralcontainersEXECname, namespace, cluster_addr, protocolpartially update ephemeralcontainers of the specified Pod
patchCoreV1NamespacedPodStatusEXECname, namespace, cluster_addr, protocolpartially update status of the specified Pod
readCoreV1NamespacedPodEphemeralcontainersEXECname, namespace, cluster_addr, protocolread ephemeralcontainers of the specified Pod
readCoreV1NamespacedPodLogEXECname, namespace, cluster_addr, protocolread log of the specified Pod
readCoreV1NamespacedPodStatusEXECname, namespace, cluster_addr, protocolread status of the specified Pod
replaceCoreV1NamespacedPodEXECname, namespace, cluster_addr, protocolreplace the specified Pod
replaceCoreV1NamespacedPodEphemeralcontainersEXECname, namespace, cluster_addr, protocolreplace ephemeralcontainers of the specified Pod
replaceCoreV1NamespacedPodStatusEXECname, namespace, cluster_addr, protocolreplace status of the specified Pod
watchCoreV1NamespacedPodEXECname, namespace, cluster_addr, protocolwatch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedPodListEXECnamespace, cluster_addr, protocolwatch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.
watchCoreV1PodListForAllNamespacesEXECcluster_addr, protocolwatch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.