Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFlagLabelByPrefix ¶
func GetFlagLabelByPrefix(template *templatev1.Template, labelPrefix string) (string, string)
Get label whose key starts with labelPrefix and has value true returns key, val if such label is found
Types ¶
type TemplateProvider ¶
type TemplateProvider interface { Get(namespace string, name string) (*templatev1.Template, error) Process(namespace string, template *templatev1.Template, paramValues map[string]string) (*templatev1.Template, error) }
func NewTemplateProvider ¶
func NewTemplateProvider(client tempclient.TemplateV1Interface) TemplateProvider
Click to show internal directories.
Click to hide internal directories.