Documentation
¶
Index ¶
Constants ¶
View Source
const ( SkipReasonName = "Test name did not match the provided pattern" SkipReasonResource = "Resource matched a policy that was excluded from the bundle" SkipReasonPrincipal = "Principal matched a policy that was excluded from the bundle" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Checker ¶ added in v0.21.0
type Checker interface {
Check(ctx context.Context, inputs []*enginev1.CheckInput, opts ...evaluator.CheckOpt) ([]*enginev1.CheckOutput, error)
}
type Principals ¶ added in v0.31.0
type TestFixture ¶ added in v0.31.0
type TestFixture struct {
Principals *Principals
Resources *Resources
AuxData *AuxData
}
func LoadTestFixture ¶ added in v0.31.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.