ktemplate

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2021 License: Apache-2.0 Imports: 13 Imported by: 2

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

func (*Functions) FuncMap

func (f *Functions) FuncMap() template.FuncMap

func (*Functions) JSONPath

func (f *Functions) JSONPath(object interface{}, jsonpath string) string

func (*Functions) KGet

func (f *Functions) KGet(path, jsonpath string) string

func (*Functions) Template

func (f *Functions) Template(template string, vars interface{}) (string, error)

Template templates out a template using gomplate

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL