Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TODO: (user) add your template files here // ClusterJobTemplate templateFile = "./cluster-job.yml.tpl" AppDeployment templateFile = "./app-deployment-svc-hpa.yml.tpl" HPATemplate templateFile = "./hpa-template.yml.tpl" AppIntercept templateFile = "./app-intercept.yml.tpl" )
Variables ¶
View Source
var ParseBytes = templates.ParseBytes
Functions ¶
Types ¶
type HPATemplateVars ¶ added in v1.1.0
type HPATemplateVars struct { Metadata metav1.ObjectMeta *crdsv1.HPA }
Click to show internal directories.
Click to hide internal directories.