azuretpl

package
v0.0.0-...-a52eb83 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 License: Apache-2.0 Imports: 46 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureTemplateExecutor

type AzureTemplateExecutor struct {
	UserAgent string

	TemplateRootPath string
	TemplateRelPath  string

	LintMode bool
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, opts Opts, logger *zap.SugaredLogger) *AzureTemplateExecutor

func (*AzureTemplateExecutor) Parse

func (e *AzureTemplateExecutor) Parse(path string, templateData interface{}, buf *strings.Builder) error

func (*AzureTemplateExecutor) SetLintMode

func (e *AzureTemplateExecutor) SetLintMode(val bool)

func (*AzureTemplateExecutor) SetTemplateRelPath

func (e *AzureTemplateExecutor) SetTemplateRelPath(val string)

func (*AzureTemplateExecutor) SetTemplateRootPath

func (e *AzureTemplateExecutor) SetTemplateRootPath(val string)

func (*AzureTemplateExecutor) SetUserAgent

func (e *AzureTemplateExecutor) SetUserAgent(val string)

func (*AzureTemplateExecutor) TxtFuncMap

func (*AzureTemplateExecutor) TxtTemplate

func (e *AzureTemplateExecutor) TxtTemplate(name string) *textTemplate.Template

type Opts

type Opts struct {
	Keyvault struct {
		ExpiryWarning time.Duration `` /* 168-byte string literal not displayed */
		IgnoreExpiry  bool          `` /* 155-byte string literal not displayed */
	}

	ValuesFiles  []string `long:"values"  env:"AZURETPL_VALUES" env-delim:":" description:"path to yaml files for .Values"`
	JSONValues   []string `` /* 174-byte string literal not displayed */
	Values       []string `` /* 161-byte string literal not displayed */
	StringValues []string `` /* 168-byte string literal not displayed */
	FileValues   []string `` /* 196-byte string literal not displayed */
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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