types

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 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 Appdir

type Appdir struct {
	Accounts   map[string]interface{}
	Workspaces map[string]interface{}
	Contexts   map[string]interface{}

	Clouds    map[string]interface{}
	Environs  map[string]interface{}
	Resources map[string]interface{}
}

More TBD

type Config

type Config struct {
	Modelsets map[string]Modelset
	Stores    map[string]Store

	CueValue cue.Value
}

type Model

type Model struct {
	Name string

	CueValue cue.Value
}

type Modelset

type Modelset struct {
	Name string

	Entry    string
	CueValue cue.Value

	Models map[string]Model
}

type Secret

type Secret struct {
	StoreName  string
	CredValues map[string]string

	CueValue cue.Value
}

type Store

type Store struct {
	ID      string
	Type    string
	Version string

	CueValue cue.Value
}

Jump to

Keyboard shortcuts

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