package
0.7.1
Repository: https://github.com/golang-cloud/nomad.git
Documentation: pkg.go.dev

# Functions

NewACL compiles a set of policies into an ACL object.
Parse is used to parse the specified ACL rules into an intermediary set of policies, before being compiled into the ACL.

# Constants

The following are the fine-grained capabilities that can be granted within a namespace.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The following levels are the only valid values for the `policy = "read"` stanza.
No description provided by the author
No description provided by the author

# Variables

ManagementACL is a singleton used for management tokens.

# Structs

ACL object is used to convert a set of policies into a structure that can be efficiently evaluated to determine if an action is allowed.
No description provided by the author
NamespacePolicy is the policy for a specific namespace.
No description provided by the author
No description provided by the author
Policy represents a parsed HCL or JSON policy.
No description provided by the author