views

package
v0.0.25 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Environment

type Environment struct {
	Name     string `json:"name"`
	Template string `json:"template"`
	Hybrid   bool   `json:"hybrid"`
	Fiab     Fiab   `json:"fiab,omitempty" yaml:",omitempty"`
}

Environment struct used for presenting environments in yaml & json output generated by bee commands

func ForTerraEnv

func ForTerraEnv(environment terra.Environment) Environment

func ForTerraEnvs

func ForTerraEnvs(environments []terra.Environment) []Environment

type Fiab

type Fiab struct {
	Name string `json:"name,omitempty" yaml:",omitempty"`
	IP   string `json:"ip,omitempty" yaml:",omitempty"`
}

Jump to

Keyboard shortcuts

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