Versions in this module Expand all Collapse all v1 v1.2.5 Sep 23, 2024 Changes in this version + var Generators = map[string]func(app *AppSpec) (string, error) + var KubernetesBasic = "kubernetes-basic" + var MexDeployGenLabel = "mexDeployGen" + func RunGen(gen string, app *edgeproto.App) (string, error) + func SendReq(uri string, app *edgeproto.App) (string, error) + type AppSpec struct + Annotations string + Args []string + Command string + Config string + ImageHost string + ImagePath string + ImageType string + Name string + OrgName string + Ports []util.PortSpec + ScaleWithCluster bool + Version string + func NewAppSpec(app *edgeproto.App) (*AppSpec, error)