Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicTemplateProcessor ¶
type DynamicTemplateProcessor interface { ProcessToList(template *templatev1.Template) (*unstructured.UnstructuredList, error) ProcessToListFromUnstructured(unstructuredTemplate *unstructured.Unstructured) (*unstructured.UnstructuredList, error) }
func NewDynamicTemplateProcessor ¶
func NewDynamicTemplateProcessor(client dynamic.Interface) DynamicTemplateProcessor
Click to show internal directories.
Click to hide internal directories.