Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Functions ¶
type Functions struct {
// contains filtered or unexported fields
}
func NewFunctions ¶
func NewFunctions(clientset *kubernetes.Clientset) *Functions
type StructTemplater ¶
type StructTemplater struct { Values map[string]string Clientset *kubernetes.Clientset // contains filtered or unexported fields }
func (StructTemplater) Struct ¶
func (w StructTemplater) Struct(reflect.Value) error
this func is required to fulfil the reflectwalk.StructWalker interface
func (StructTemplater) StructField ¶
func (w StructTemplater) StructField(f reflect.StructField, v reflect.Value) error
func (StructTemplater) Template ¶
func (w StructTemplater) Template(val string) string
Click to show internal directories.
Click to hide internal directories.