app

package
v1.272.0 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: Unlicense Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrVersionMismatch = errors.New("version mismatch")

ErrVersionMismatch for app.

Functions

func CreateApp

func CreateApp(ctx *pulumi.Context, app *App) error

CreateApp in the cluster.

Types

type App

type App struct {
	Resources     *Resources
	ID            string
	Name          string
	Namespace     string
	Domain        string
	InitVersion   string
	Version       string
	ConfigVersion string
	Secrets       Secrets
}

App to be created.

func (*App) HasConfigVersion added in v1.156.0

func (a *App) HasConfigVersion() bool

HasConfigVersion for app.

func (*App) HasResources added in v1.162.0

func (a *App) HasResources() bool

HasResources for app.

type Mocks

type Mocks int

Mocks for app.

func (Mocks) Call

func (Mocks) NewResource

type Range added in v1.162.0

type Range struct {
	Min string
	Max string
}

Range for apps.

type Resources added in v1.162.0

type Resources struct {
	CPU     *Range
	Memory  *Range
	Storage *Range
}

Resources for apps.

type Secrets added in v1.176.0

type Secrets []string

Secrets for apps.

Jump to

Keyboard shortcuts

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