Documentation ¶
Index ¶
Constants ¶
View Source
const (
ConfigFilename = ".cloudagent.conf.yaml"
)
Variables ¶
View Source
var (
ConfigPath = fmt.Sprintf("%s/%s", os.Getenv("HOME"), ConfigFilename)
)
Functions ¶
func JSONSchema ¶
Types ¶
type Config ¶
type Config struct { PersistentSpec string `yaml:"persistentSpec"` GardenerProjects []GardenerProject `yaml:"gardenerProjects"` GCPProjects []GCPProject `yaml:"gcpProjects"` }
type GCPProject ¶
type GCPProject struct { }
type GardenerProject ¶
Click to show internal directories.
Click to hide internal directories.