Versions in this module Expand all Collapse all v0 v0.0.12 Jul 26, 2024 v0.0.11 Jul 19, 2024 Changes in this version + func BuildValidationResult(rule v1alpha1.OciRegistryRule) *types.ValidationRuleResult + type Option func(*OciRuleService) + func WithOCIClient(client *oci.Client) Option v0.0.10 May 17, 2024 Changes in this version + type OciRuleService struct + func NewOciRuleService(log logr.Logger) *OciRuleService + func (s *OciRuleService) ReconcileOciRegistryRule(rule v1alpha1.OciRegistryRule, username, password string, pubKeys [][]byte) (*types.ValidationRuleResult, error)