Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorizer ¶
type Authorizer struct {
// contains filtered or unexported fields
}
func NewAuthorizer ¶
func NewAuthorizer(log logr.Logger, scheme *runtime.Scheme, client client.Client, restMapper meta.RESTMapper) Authorizer
func (Authorizer) Authorize ¶
func (a Authorizer) Authorize( ctx context.Context, gvr schema.GroupVersionResource, option authorizer.AuthorizationOption, ) error
func (Authorizer) StreamServerInterceptor ¶
func (a Authorizer) StreamServerInterceptor() grpc.StreamServerInterceptor
func (Authorizer) UnaryServerInterceptor ¶
func (a Authorizer) UnaryServerInterceptor() grpc.UnaryServerInterceptor
Click to show internal directories.
Click to hide internal directories.