1
0
Fork 0

Log provider namespace during startup

This commit is contained in:
shreealt 2025-10-03 19:00:05 +05:30 committed by GitHub
parent 0b7f0b4042
commit 7cc8b099d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 86 additions and 2 deletions

View file

@ -571,3 +571,8 @@ func throttleEvents(ctx context.Context, throttleDuration time.Duration, pool *s
return eventsChanBuffered
}
// Namespace returns the namespace of the Nomad provider.
func (p *Provider) Namespace() string {
return p.namespace
}