Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Authorizer ¶
type Authorizer interface {
Authorize(ctx context.Context, attr authorizer.Attributes) (authorized authorizer.Decision, reason string, err error)
}
type Strategy ¶
type Strategy struct {
Authorizer Authorizer
}
func (*Strategy) NamespaceScoped ¶
Click to show internal directories.
Click to hide internal directories.