Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateProcessorInterface ¶
type TemplateProcessorInterface interface {
Process(*templateapi.Template) (*templateapi.Template, error)
}
TemplateConfigInterface is an interface for processing template client.
func NewTemplateProcessorClient ¶
func NewTemplateProcessorClient(c rest.Interface, ns string) TemplateProcessorInterface
NewTemplateProcessorClient returns a client capable of processing the templates.
Click to show internal directories.
Click to hide internal directories.