types

package
v0.6.8 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: Apache-2.0 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 added in v0.5.1

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 added in v0.5.1

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