Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Generators = map[string]func(app *AppSpec) (string, error){ KubernetesBasic: kubeBasic, }
View Source
var KubernetesBasic = "kubernetes-basic"
View Source
var MexDeployGenLabel = "mexDeployGen"
Functions ¶
Types ¶
type AppSpec ¶
type AppSpec struct { Name string `json:"name"` OrgName string `json:"orgname"` Version string `json:"version"` ImagePath string `json:"imagepath"` ImageType string `json:"imagetype"` Command string `json:"command"` Config string `json:"config"` Annotations string `json:"annotations"` Args []string `json:"args"` Ports []util.PortSpec `json:"ports"` ScaleWithCluster bool `json:"scalewithcluster"` ImageHost string `json:"imagehost"` }
Click to show internal directories.
Click to hide internal directories.