Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyCacher ¶
type PolicyCacher struct { ClusterPolicyTargets map[string]varmor.Target ClusterPolicyEnforcer map[string]string ClusterPolicyMode map[string]varmor.VarmorPolicyMode PolicyTargets map[string]varmor.Target PolicyEnforcer map[string]string PolicyMode map[string]varmor.VarmorPolicyMode // contains filtered or unexported fields }
func NewPolicyCacher ¶
func NewPolicyCacher( vcpInformer varmorinformer.VarmorClusterPolicyInformer, vpInformer varmorinformer.VarmorPolicyInformer, log logr.Logger) (*PolicyCacher, error)
func (*PolicyCacher) Run ¶
func (c *PolicyCacher) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.