Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unstructured ¶
Unstructured converts a JSON payload into a chartutil.Values.
func UnstructuredType ¶
UnstructuredType converts an unstructured item into a chartutil.Values.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine represents the template engine.
type LookupFuncs ¶
type LookupFuncs struct {
// contains filtered or unexported fields
}
LookupFuncs represents the template functions that will need to lookup Kubernetes resources.
func NewLookupFuncs ¶
func NewLookupFuncs(kube *k8s.Kube) *LookupFuncs
NewLookupFuncs creates a new LookupFuncs instance.
func (*LookupFuncs) Lookup ¶
func (l *LookupFuncs) Lookup() LookupFn
type Variables ¶
type Variables struct {
Installer chartutil.Values // .Installer
OpenShift chartutil.Values // .OpenShift
}
Variables represents the variables available for "values-template" file.
func (*Variables) SetInstaller ¶
SetInstaller sets the installer configuration.
func (*Variables) SetOpenShift ¶
SetOpenShift sets the OpenShift context variables.
Click to show internal directories.
Click to hide internal directories.