Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
func Load(request *msgs.LoadRequest, ns string) msgs.LoadResponse
Load ... pgo load --policies=jsonload --selector=name=mycluster --load-config=./sample-load-config.json
func LoadHandler ¶
func LoadHandler(w http.ResponseWriter, r *http.Request)
LoadHandler ... pgo load --selector=name=mycluster --load-config=./sample-load-config.json
Types ¶
type LoadConfig ¶
type LoadConfig struct { COImagePrefix string `yaml:"COImagePrefix"` COImageTag string `yaml:"COImageTag"` DbDatabase string `yaml:"DbDatabase"` DbUser string `yaml:"DbUser"` DbPort string `yaml:"DbPort"` TableToLoad string `yaml:"TableToLoad"` FilePath string `yaml:"FilePath"` FileType string `yaml:"FileType"` PVCName string `yaml:"PVCName"` SecurityContext string `yaml:"SecurityContext"` }
var LoadCfg LoadConfig
Click to show internal directories.
Click to hide internal directories.