template property

PodTemplateSpec? template
final

Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template.

Implementation

final PodTemplateSpec? template;