output

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TerraformOutput

func TerraformOutput(path string) (out map[string]interface{}, err error)

Types

type Output

type Output struct {
	Terraform map[string]interface{}
}

func New

func New() *Output

func Read

func Read(path string) (out *Output, err error)

func (*Output) Save

func (out *Output) Save(app, path string) error

type TerraformOutputItem

type TerraformOutputItem struct {
	Value interface{}
	Type  interface{}
}

type VersionedOutput

type VersionedOutput struct {
	ApiVersion string `yaml:"apiVersion"`
	Kind       string
	Metadata   *manifest.Metadata
	Spec       *Output
}

Jump to

Keyboard shortcuts

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