Versions in this module Expand all Collapse all v0 v0.12.0 Jan 5, 2022 Changes in this version + type AiaConfig struct + AddressType string + AnycastZone string + Bandwidth int64 + Tags map[string]string + type Config struct + ControllerConfig ControllerConfig + ControllerManager ctrl.Manager + type ControllerConfig struct + AiaConfigFilePath string + ConfigFileConf *YamlValueConfig + EnableReverseReconcile bool + MaxAiaIpControllerConcurrentReconciles int + type CredentialConfig struct + AppID string + ClusterID string + SecretID string + SecretKey string + type InternalControllerConfig struct + ResourceLockName string + type NodeConfig struct + Labels map[string]string + type RegionConfig struct + LongName string + ShortName string + type YamlValueConfig struct + Aia AiaConfig + Controller InternalControllerConfig + Credential CredentialConfig + Node NodeConfig + Region RegionConfig + func (y *YamlValueConfig) Validate() error v0.11.0 Nov 19, 2021