Documentation ¶
Index ¶
Constants ¶
View Source
const OperatorConfigFilename = "operatorconfig.yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperatorConfig ¶
type OperatorConfig struct { ApplicationName string `yaml:"applicationName"` Namespace string `yaml:"namespace"` SourceDeploymentPath string `yaml:"sourceDeploymentPath"` RuntimeDeploymentPath string `yaml:"runtimeDeploymentPath"` AppDeploymentDirName string `yaml:"appDeploymentDirName"` RuntimeResReqPath string `yaml:"runtimeResReqPath"` ResReqDirName string `yaml:"resReqDirName"` KubernetesAppDeploymentName string `yaml:"kubernetesAppDeploymentName"` AppPnaName string `yaml:"appPnaName"` Template TemplateConfig `yaml:"templater"` }
func GetConfiguration ¶
func GetConfiguration(configDir string) (OperatorConfig, error)
func (*OperatorConfig) GetAppDeploymentSourcePath ¶
func (in *OperatorConfig) GetAppDeploymentSourcePath() string
func (*OperatorConfig) GetResourceRequestSourcePath ¶
func (in *OperatorConfig) GetResourceRequestSourcePath() string
type TemplateConfig ¶
Click to show internal directories.
Click to hide internal directories.