Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + func EnableAzureBroker(installationData *config.InstallationData) (string, error) + func GetCoreOverrides(installationData *config.InstallationData) (string, error) + func GetEcDefaultOverrides() string + func GetGlobalOverrides(installationData *config.InstallationData) (string, error) + func GetHmcDefaultOverrides() string + func GetIstioOverrides(installationData *config.InstallationData) (string, error) + type ClusterStaticFile struct + DirectoryPath *string + func NewClusterStaticFile(dirPath string) *ClusterStaticFile + func (clusterStaticFile *ClusterStaticFile) GetOverrides() (*string, error) + func (clusterStaticFile *ClusterStaticFile) HasOverrides() bool + type LocalStaticFile struct + func NewLocalStaticFile() *LocalStaticFile + func (localStaticFile *LocalStaticFile) GetOverrides() (*string, error) + func (localStaticFile *LocalStaticFile) HasOverrides() bool + type StaticFile interface + GetOverrides func() (*string, error) + HasOverrides func() bool