Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mount ¶
type Mount struct { Kind string ID string FSType string Server string Endpoints string Path string Name string ReadOnly bool }
Mount is a struct in the config for Runtime mounts
type Project ¶
type Project struct { Name string `json:"name"` MaestroConfPath string `json:"confPath"` DeployBranches []string `json:"deployBranches"` }
Project is a struct in the config for each project for maestrod to spin up
type Server ¶
type Server struct { Runtime string RuntimePluginPath string RuntimeTLSClient bool RuntimeTLSServer bool MaxBuilds int DataStoreType string DataStoreUser string DataStorePWD string DataStoreEnvIP string DataStoreStaticIP string DataStoreEnvPort string DataStoreStaticPort string TargetProtocol string TargetHost string TargetPort string TargetEnvHost string TargetEnvPort string ClientCertPath string ClientKeyPath string ServerCertPath string ServerKeyPath string MaestroVersion string Host string SecurePort uint InsecurePort uint StateComPort uint WorkspaceDir string }
Server is a struct for the runtime server
Click to show internal directories.
Click to hide internal directories.