Skip to main content

pod_template

Overview

Namepod_template
TypeResource
Idk8s.core_v1.pod_template

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.
templateobjectPodTemplateSpec describes the data a pod should have when created from a template

Methods

NameAccessible byRequired ParamsDescription
listCoreV1NamespacedPodTemplateSELECTnamespace, cluster_addr, protocollist or watch objects of kind PodTemplate
listCoreV1PodTemplateForAllNamespacesSELECTcluster_addr, protocollist or watch objects of kind PodTemplate
readCoreV1NamespacedPodTemplateSELECTname, namespace, cluster_addr, protocolread the specified PodTemplate
createCoreV1NamespacedPodTemplateINSERTnamespace, cluster_addr, protocolcreate a PodTemplate
deleteCoreV1CollectionNamespacedPodTemplateDELETEnamespace, cluster_addr, protocoldelete collection of PodTemplate
deleteCoreV1NamespacedPodTemplateDELETEname, namespace, cluster_addr, protocoldelete a PodTemplate
patchCoreV1NamespacedPodTemplateEXECname, namespace, cluster_addr, protocolpartially update the specified PodTemplate
replaceCoreV1NamespacedPodTemplateEXECname, namespace, cluster_addr, protocolreplace the specified PodTemplate
watchCoreV1NamespacedPodTemplateEXECname, namespace, cluster_addr, protocolwatch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedPodTemplateListEXECnamespace, cluster_addr, protocolwatch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.
watchCoreV1PodTemplateListForAllNamespacesEXECcluster_addr, protocolwatch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.