Documentation ¶
Index ¶
- type BootstrapHandler
- type CertificateProvider
- type Configuration
- func (_m *Configuration) EmptyWritablePtr() interface{}
- func (_m *Configuration) GetBootstrap() config.BootstrapConfiguration
- func (_m *Configuration) GetInsecureSecrets() config.InsecureSecrets
- func (_m *Configuration) GetLogLevel() string
- func (_m *Configuration) GetRegistryInfo() config.RegistryInfo
- func (_m *Configuration) GetTelemetryInfo() *config.TelemetryInfo
- func (_m *Configuration) GetWritablePtr() interface{}
- func (_m *Configuration) UpdateFromRaw(rawConfig interface{}) bool
- func (_m *Configuration) UpdateWritableFromRaw(rawWritableConfig interface{}) bool
- type CredentialsProvider
- type MetricsManager
- func (_m *MetricsManager) GetCounter(name string) metrics.Counter
- func (_m *MetricsManager) GetGauge(name string) metrics.Gauge
- func (_m *MetricsManager) GetGaugeFloat64(name string) metrics.GaugeFloat64
- func (_m *MetricsManager) GetTimer(name string) metrics.Timer
- func (_m *MetricsManager) IsRegistered(name string) bool
- func (_m *MetricsManager) Register(name string, item interface{}, tags map[string]string) error
- func (_m *MetricsManager) ResetInterval(interval time.Duration)
- func (_m *MetricsManager) Run(ctx context.Context, wg *sync.WaitGroup)
- func (_m *MetricsManager) Unregister(name string)
- type MetricsReporter
- type SecretProvider
- func (_m *SecretProvider) DeregisterSecretUpdatedCallback(secretName string)
- func (_m *SecretProvider) GetSecret(secretName string, keys ...string) (map[string]string, error)
- func (_m *SecretProvider) HasSecret(secretName string) (bool, error)
- func (_m *SecretProvider) ListSecretNames() ([]string, error)
- func (_m *SecretProvider) RegisterSecretUpdatedCallback(secretName string, callback func(string)) error
- func (_m *SecretProvider) SecretsLastUpdated() time.Time
- func (_m *SecretProvider) StoreSecret(secretName string, secrets map[string]string) error
- type SecretProviderExt
- func (_m *SecretProviderExt) DeregisterSecretUpdatedCallback(secretName string)
- func (_m *SecretProviderExt) GetAccessToken(tokenType string, serviceKey string) (string, error)
- func (_m *SecretProviderExt) GetMetricsToRegister() map[string]interface{}
- func (_m *SecretProviderExt) GetSecret(secretName string, keys ...string) (map[string]string, error)
- func (_m *SecretProviderExt) GetSelfJWT() (string, error)
- func (_m *SecretProviderExt) HasSecret(secretName string) (bool, error)
- func (_m *SecretProviderExt) IsJWTValid(jwt string) (bool, error)
- func (_m *SecretProviderExt) ListSecretNames() ([]string, error)
- func (_m *SecretProviderExt) RegisterSecretUpdatedCallback(secretName string, callback func(string)) error
- func (_m *SecretProviderExt) SecretUpdatedAtSecretName(secretName string)
- func (_m *SecretProviderExt) SecretsLastUpdated() time.Time
- func (_m *SecretProviderExt) SecretsUpdated()
- func (_m *SecretProviderExt) StoreSecret(secretName string, secrets map[string]string) error
- type UpdatableConfig
- type WritableConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapHandler ¶
BootstrapHandler is an autogenerated mock type for the BootstrapHandler type
func NewBootstrapHandler ¶
func NewBootstrapHandler(t mockConstructorTestingTNewBootstrapHandler) *BootstrapHandler
NewBootstrapHandler creates a new instance of BootstrapHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type CertificateProvider ¶
CertificateProvider is an autogenerated mock type for the CertificateProvider type
func NewCertificateProvider ¶
func NewCertificateProvider(t mockConstructorTestingTNewCertificateProvider) *CertificateProvider
NewCertificateProvider creates a new instance of CertificateProvider. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*CertificateProvider) GetCertificateKeyPair ¶
func (_m *CertificateProvider) GetCertificateKeyPair(path string) (config.CertKeyPair, error)
GetCertificateKeyPair provides a mock function with given fields: path
type Configuration ¶
Configuration is an autogenerated mock type for the Configuration type
func NewConfiguration ¶
func NewConfiguration(t mockConstructorTestingTNewConfiguration) *Configuration
NewConfiguration creates a new instance of Configuration. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Configuration) EmptyWritablePtr ¶
func (_m *Configuration) EmptyWritablePtr() interface{}
EmptyWritablePtr provides a mock function with given fields:
func (*Configuration) GetBootstrap ¶
func (_m *Configuration) GetBootstrap() config.BootstrapConfiguration
GetBootstrap provides a mock function with given fields:
func (*Configuration) GetInsecureSecrets ¶
func (_m *Configuration) GetInsecureSecrets() config.InsecureSecrets
GetInsecureSecrets provides a mock function with given fields:
func (*Configuration) GetLogLevel ¶
func (_m *Configuration) GetLogLevel() string
GetLogLevel provides a mock function with given fields:
func (*Configuration) GetRegistryInfo ¶
func (_m *Configuration) GetRegistryInfo() config.RegistryInfo
GetRegistryInfo provides a mock function with given fields:
func (*Configuration) GetTelemetryInfo ¶
func (_m *Configuration) GetTelemetryInfo() *config.TelemetryInfo
GetTelemetryInfo provides a mock function with given fields:
func (*Configuration) GetWritablePtr ¶
func (_m *Configuration) GetWritablePtr() interface{}
GetWritablePtr provides a mock function with given fields:
func (*Configuration) UpdateFromRaw ¶
func (_m *Configuration) UpdateFromRaw(rawConfig interface{}) bool
UpdateFromRaw provides a mock function with given fields: rawConfig
func (*Configuration) UpdateWritableFromRaw ¶
func (_m *Configuration) UpdateWritableFromRaw(rawWritableConfig interface{}) bool
UpdateWritableFromRaw provides a mock function with given fields: rawWritableConfig
type CredentialsProvider ¶
CredentialsProvider is an autogenerated mock type for the CredentialsProvider type
func NewCredentialsProvider ¶
func NewCredentialsProvider(t mockConstructorTestingTNewCredentialsProvider) *CredentialsProvider
NewCredentialsProvider creates a new instance of CredentialsProvider. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*CredentialsProvider) GetDatabaseCredentials ¶
func (_m *CredentialsProvider) GetDatabaseCredentials(database config.Database) (config.Credentials, error)
GetDatabaseCredentials provides a mock function with given fields: database
type MetricsManager ¶
MetricsManager is an autogenerated mock type for the MetricsManager type
func NewMetricsManager ¶
func NewMetricsManager(t mockConstructorTestingTNewMetricsManager) *MetricsManager
NewMetricsManager creates a new instance of MetricsManager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*MetricsManager) GetCounter ¶
func (_m *MetricsManager) GetCounter(name string) metrics.Counter
GetCounter provides a mock function with given fields: name
func (*MetricsManager) GetGauge ¶
func (_m *MetricsManager) GetGauge(name string) metrics.Gauge
GetGauge provides a mock function with given fields: name
func (*MetricsManager) GetGaugeFloat64 ¶
func (_m *MetricsManager) GetGaugeFloat64(name string) metrics.GaugeFloat64
GetGaugeFloat64 provides a mock function with given fields: name
func (*MetricsManager) GetTimer ¶
func (_m *MetricsManager) GetTimer(name string) metrics.Timer
GetTimer provides a mock function with given fields: name
func (*MetricsManager) IsRegistered ¶
func (_m *MetricsManager) IsRegistered(name string) bool
IsRegistered provides a mock function with given fields: name
func (*MetricsManager) Register ¶
func (_m *MetricsManager) Register(name string, item interface{}, tags map[string]string) error
Register provides a mock function with given fields: name, item, tags
func (*MetricsManager) ResetInterval ¶
func (_m *MetricsManager) ResetInterval(interval time.Duration)
ResetInterval provides a mock function with given fields: interval
func (*MetricsManager) Run ¶
func (_m *MetricsManager) Run(ctx context.Context, wg *sync.WaitGroup)
Run provides a mock function with given fields: ctx, wg
func (*MetricsManager) Unregister ¶
func (_m *MetricsManager) Unregister(name string)
Unregister provides a mock function with given fields: name
type MetricsReporter ¶
MetricsReporter is an autogenerated mock type for the MetricsReporter type
func NewMetricsReporter ¶
func NewMetricsReporter(t mockConstructorTestingTNewMetricsReporter) *MetricsReporter
NewMetricsReporter creates a new instance of MetricsReporter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type SecretProvider ¶
SecretProvider is an autogenerated mock type for the SecretProvider type
func NewSecretProvider ¶
func NewSecretProvider(t mockConstructorTestingTNewSecretProvider) *SecretProvider
NewSecretProvider creates a new instance of SecretProvider. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*SecretProvider) DeregisterSecretUpdatedCallback ¶
func (_m *SecretProvider) DeregisterSecretUpdatedCallback(secretName string)
DeregisterSecretUpdatedCallback provides a mock function with given fields: secretName
func (*SecretProvider) GetSecret ¶
GetSecret provides a mock function with given fields: secretName, keys
func (*SecretProvider) HasSecret ¶
func (_m *SecretProvider) HasSecret(secretName string) (bool, error)
HasSecret provides a mock function with given fields: secretName
func (*SecretProvider) ListSecretNames ¶
func (_m *SecretProvider) ListSecretNames() ([]string, error)
ListSecretNames provides a mock function with given fields:
func (*SecretProvider) RegisterSecretUpdatedCallback ¶
func (_m *SecretProvider) RegisterSecretUpdatedCallback(secretName string, callback func(string)) error
RegisterSecretUpdatedCallback provides a mock function with given fields: secretName, callback
func (*SecretProvider) SecretsLastUpdated ¶
func (_m *SecretProvider) SecretsLastUpdated() time.Time
SecretsLastUpdated provides a mock function with given fields:
type SecretProviderExt ¶
SecretProviderExt is an autogenerated mock type for the SecretProviderExt type
func NewSecretProviderExt ¶
func NewSecretProviderExt(t mockConstructorTestingTNewSecretProviderExt) *SecretProviderExt
NewSecretProviderExt creates a new instance of SecretProviderExt. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*SecretProviderExt) DeregisterSecretUpdatedCallback ¶
func (_m *SecretProviderExt) DeregisterSecretUpdatedCallback(secretName string)
DeregisterSecretUpdatedCallback provides a mock function with given fields: secretName
func (*SecretProviderExt) GetAccessToken ¶
func (_m *SecretProviderExt) GetAccessToken(tokenType string, serviceKey string) (string, error)
GetAccessToken provides a mock function with given fields: tokenType, serviceKey
func (*SecretProviderExt) GetMetricsToRegister ¶
func (_m *SecretProviderExt) GetMetricsToRegister() map[string]interface{}
GetMetricsToRegister provides a mock function with given fields:
func (*SecretProviderExt) GetSecret ¶
func (_m *SecretProviderExt) GetSecret(secretName string, keys ...string) (map[string]string, error)
GetSecret provides a mock function with given fields: secretName, keys
func (*SecretProviderExt) GetSelfJWT ¶
func (_m *SecretProviderExt) GetSelfJWT() (string, error)
GetSelfJWT provides a mock function with given fields:
func (*SecretProviderExt) HasSecret ¶
func (_m *SecretProviderExt) HasSecret(secretName string) (bool, error)
HasSecret provides a mock function with given fields: secretName
func (*SecretProviderExt) IsJWTValid ¶
func (_m *SecretProviderExt) IsJWTValid(jwt string) (bool, error)
IsJWTValid provides a mock function with given fields: jwt
func (*SecretProviderExt) ListSecretNames ¶
func (_m *SecretProviderExt) ListSecretNames() ([]string, error)
ListSecretNames provides a mock function with given fields:
func (*SecretProviderExt) RegisterSecretUpdatedCallback ¶
func (_m *SecretProviderExt) RegisterSecretUpdatedCallback(secretName string, callback func(string)) error
RegisterSecretUpdatedCallback provides a mock function with given fields: secretName, callback
func (*SecretProviderExt) SecretUpdatedAtSecretName ¶
func (_m *SecretProviderExt) SecretUpdatedAtSecretName(secretName string)
SecretUpdatedAtSecretName provides a mock function with given fields: secretName
func (*SecretProviderExt) SecretsLastUpdated ¶
func (_m *SecretProviderExt) SecretsLastUpdated() time.Time
SecretsLastUpdated provides a mock function with given fields:
func (*SecretProviderExt) SecretsUpdated ¶
func (_m *SecretProviderExt) SecretsUpdated()
SecretsUpdated provides a mock function with given fields:
type UpdatableConfig ¶
UpdatableConfig is an autogenerated mock type for the UpdatableConfig type
func NewUpdatableConfig ¶
func NewUpdatableConfig(t mockConstructorTestingTNewUpdatableConfig) *UpdatableConfig
NewUpdatableConfig creates a new instance of UpdatableConfig. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*UpdatableConfig) UpdateFromRaw ¶
func (_m *UpdatableConfig) UpdateFromRaw(rawConfig interface{}) bool
UpdateFromRaw provides a mock function with given fields: rawConfig
type WritableConfig ¶
WritableConfig is an autogenerated mock type for the WritableConfig type
func NewWritableConfig ¶
func NewWritableConfig(t mockConstructorTestingTNewWritableConfig) *WritableConfig
NewWritableConfig creates a new instance of WritableConfig. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*WritableConfig) UpdateWritableFromRaw ¶
func (_m *WritableConfig) UpdateWritableFromRaw(rawWritableConfig interface{}) bool
UpdateWritableFromRaw provides a mock function with given fields: rawWritableConfig