app

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2021 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultKOTSVersion = "1.27.0"
	DefaultK6Version   = "0.29.0"
)

Variables

This section is empty.

Functions

func Deploy

func Deploy(g *types.GridConfig, a *types.Application) error

Types

type AppStatus

type AppStatus struct {
	AppID          string          `json:"appId"`
	UpdatedAt      time.Time       `json:"updatedAt"`
	ResourceStates []ResourceState `json:"resourceStates"`
	State          string          `json:"state"`
}

type AppStatusResponse

type AppStatusResponse struct {
	AppStatus AppStatus `json:"appstatus"`
}

type ResourceState

type ResourceState struct {
	Kind      string `json:"kind"`
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
	State     string `json:"state"`
}

Jump to

Keyboard shortcuts

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