//
pkg.gl
Category
github.com/azure/kubernetes-policy-controller
pkg
opa
package
2.0.1+incompatible
Repository:
https://github.com/azure/kubernetes-policy-controller.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
0
Files
284 SLOC
#
Functions
IsUndefinedErr
IsUndefinedErr returns true if the err represents an undefined result from OPA.
MakeDenyObject
MakeDenyObject is helped menthod to make deny object.
New
New returns a new Client object.
NewFromFlags
No description provided by the author
#
Structs
Error
Error contains the standard error fields returned by OPA.
FakeOPA
FakeOPA is a OPA mock used for unit testing.
Undefined
Undefined represents an undefined response from OPA.
#
Interfaces
Client
Client defines the OPA client interface.
Policies
Policies defines the policy management interface in OPA.
Query
Query defines the interface for query data in OPA.