Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ServerURL string `yaml:"serverURL"`
ServerPort int `yaml:"serverPort"`
RootNamespace string `yaml:"rootNamespace"`
PackageRegistryBase string `yaml:"packageRegistryBase"`
PackageRegistrySecretName string `yaml:"packageRegistrySecretName"`
DefaultLifecycleConfig DefaultLifecycleConfig `yaml:"defaultLifecycleConfig"`
AuthEnabled bool `yaml:"authEnabled"`
}
func LoadFromPath ¶
type DefaultLifecycleConfig ¶
type DefaultLifecycleConfig struct {
Type string `yaml:"type"`
Stack string `yaml:"stack"`
StagingMemoryMB int `yaml:"stagingMemoryMB"`
StagingDiskMB int `yaml:"stagingDiskMB"`
}
DefaultLifecycleConfig contains default values of the Lifecycle block of CFApps and Builds created by the Shim
Click to show internal directories.
Click to hide internal directories.