Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewYamlTemplate ¶
func NewYamlTemplate(template string, format InputFormat) (yamlTemplate, error)
Types ¶
type Data ¶
type Data struct { Name string PrefixedName string FullName string Namespaces Namespaces Labels map[string]string Annotations map[string]string Parameters []*corev1alpha1.Parameter Utils UtilityFunctions }
type InputFormat ¶
type InputFormat string
const ( InputFormatJson InputFormat = "json" InputFormatYaml InputFormat = "yaml" )
type Namespaces ¶
type UtilityFunctions ¶
Click to show internal directories.
Click to hide internal directories.