This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
c762f64505
open-nomad
/
nomad
/
structs
/
consul_oss.go
9 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
gofmt all the files mostly to handle build directives in 1.17.
2021-10-01 13:59:55 +00:00
//go:build !ent
consul: plubming for specifying consul namespace in job/group This PR adds the common OSS changes for adding support for Consul Namespaces, which is going to be a Nomad Enterprise feature. There is no new functionality provided by this changeset and hopefully no new bugs.
2021-03-16 18:22:21 +00:00
// +build !ent
package
structs
func
(
c
*
Consul
)
GetNamespace
(
)
string
{
return
""
}