event

package
v1.9.0-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2023 License: Apache-2.0 Imports: 20 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator struct {
	// contains filtered or unexported fields
}

Generator generate events

func NewEventGenerator added in v0.8.0

func NewEventGenerator(client dclient.Interface, cpInformer kyvernov1informers.ClusterPolicyInformer, pInformer kyvernov1informers.PolicyInformer, maxQueuedEvents int, log logr.Logger) *Generator

NewEventGenerator to generate a new event controller

func (*Generator) Add

func (gen *Generator) Add(infos ...Info)

Add queues an event for generation

func (*Generator) Run added in v0.8.0

func (gen *Generator) Run(ctx context.Context, workers int)

Run begins generator

type Info

type Info struct {
	Kind      string
	Name      string
	Namespace string
	Reason    string
	Message   string
	Source    Source
}

Info defines the event details

func NewBackgroundFailedEvent added in v1.7.0

func NewBackgroundFailedEvent(err error, policy, rule string, source Source, r *unstructured.Unstructured) []Info

func NewBackgroundSuccessEvent added in v1.7.0

func NewBackgroundSuccessEvent(policy, rule string, source Source, r *unstructured.Unstructured) []Info

func NewPolicyAppliedEvent added in v1.7.0

func NewPolicyAppliedEvent(source Source, engineResponse *response.EngineResponse) Info

func NewPolicyFailEvent added in v1.7.0

func NewPolicyFailEvent(source Source, reason Reason, engineResponse *response.EngineResponse, ruleResp *response.RuleResponse, blocked bool) Info

func NewResourceViolationEvent added in v1.7.0

func NewResourceViolationEvent(source Source, reason Reason, engineResponse *response.EngineResponse, ruleResp *response.RuleResponse) Info

type Interface added in v0.8.0

type Interface interface {
	Add(infoList ...Info)
}

Interface to generate event

func NewFake added in v1.8.0

func NewFake() Interface

type Reason

type Reason int

Reason types of Event Reasons

const (
	PolicyViolation Reason = iota
	PolicyApplied
	PolicyError
	PolicySkipped
)

func (Reason) String

func (r Reason) String() string

type Source added in v1.1.0

type Source int

Source of event generation

const (
	// AdmissionController : event generated in admission-control webhook
	AdmissionController Source = iota
	// PolicyController : event generated in policy-controller
	PolicyController
	// GeneratePolicyController : event generated in generate policyController
	GeneratePolicyController
	// MutateExistingController : event generated for mutateExisting policies
	MutateExistingController
)

func (Source) String added in v1.1.0

func (s Source) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL