Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubePodTemplateProps

PodTemplate describes a template for creating copies of a predefined pod.

schema

io.k8s.api.core.v1.PodTemplate

Hierarchy

  • KubePodTemplateProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.core.v1.PodTemplate#metadata

Optional Readonly template

template: PodTemplateSpec

Template defines the pods that will be created from this pod template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

schema

io.k8s.api.core.v1.PodTemplate#template

Generated using TypeDoc