Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommunityGalleryImageRuleService ¶ added in v0.0.12
type CommunityGalleryImageRuleService struct {
// contains filtered or unexported fields
}
func NewCommunityGalleryImageRuleService ¶ added in v0.0.12
func NewCommunityGalleryImageRuleService(api communityGalleryImageAPI, log logr.Logger) *CommunityGalleryImageRuleService
func (*CommunityGalleryImageRuleService) ReconcileCommunityGalleryImageRule ¶ added in v0.0.12
func (s *CommunityGalleryImageRuleService) ReconcileCommunityGalleryImageRule(rule v1alpha1.CommunityGalleryImageRule) (*vapitypes.ValidationRuleResult, error)
type RBACRuleService ¶
type RBACRuleService struct {
// contains filtered or unexported fields
}
func NewRBACRuleService ¶
func NewRBACRuleService(daAPI denyAssignmentAPI, raAPI roleAssignmentAPI, rdAPI roleDefinitionAPI) *RBACRuleService
func (*RBACRuleService) ReconcileRBACRule ¶
func (s *RBACRuleService) ReconcileRBACRule(rule v1alpha1.RBACRule) (*vapitypes.ValidationRuleResult, error)
ReconcileRBACRule reconciles a role assignment rule from a validation config.
Click to show internal directories.
Click to hide internal directories.