Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JenkinsTemplateConfig ¶
type JenkinsTemplateConfig struct { Server string Key string TemplateFile string TemplateText string TemplateData map[string]interface{} }
JenkinsTemplateConfig stores the data to render jenkins config files
type Options ¶
type Options struct { Dir string ConfigFile string OutDir string DefaultTemplate string NoCreateHelmfile bool SourceConfig v1alpha1.SourceConfig JenkinsServerTemplates map[string][]*JenkinsTemplateConfig }
LabelOptions the options for the command
func NewCmdJenkinsJobs ¶
NewCmdJenkinsJobs creates a command object for the command
Click to show internal directories.
Click to hide internal directories.