Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineTemplate ¶
type PipelineTemplate struct { Config serverapi.JenkinsPipelineConfig Namespace string // contains filtered or unexported fields }
PipelineTemplate stores the configuration of the PipelineStrategy template, used to instantiate the Jenkins service in given namespace.
func NewPipelineTemplate ¶
func NewPipelineTemplate(ns string, conf serverapi.JenkinsPipelineConfig, kubeClient *kclient.Client, osClient *client.Client) *PipelineTemplate
NewPipelineTemplate returns a new PipelineTemplate.
func (*PipelineTemplate) Instantiate ¶
func (t *PipelineTemplate) Instantiate(list *kapi.List) []error
Instantiate instantiates the Jenkins template in the target namespace.
Click to show internal directories.
Click to hide internal directories.