Log provider namespace during startup
This commit is contained in:
parent
0b7f0b4042
commit
7cc8b099d2
6 changed files with 86 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue