render

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SecretAliasKey = "archon.kubeup.com/alias"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type InstanceRenderer

type InstanceRenderer struct {
	Configs map[string]map[string]string
	Secrets map[string]map[string][]byte
	Network cluster.Network
	Status  cluster.InstanceStatus
	Meta    metav1.ObjectMeta
}

func NewInstanceRenderer

func NewInstanceRenderer(instance *cluster.Instance) (r *InstanceRenderer, err error)

func (*InstanceRenderer) Render

func (r *InstanceRenderer) Render(name, tpl string) (string, error)

type Renderer

type Renderer interface {
	Render(name, tpl string) (string, error)
}

Jump to

Keyboard shortcuts

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