rolloutclasspredicate

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RolloutClassMatchesPredicate = predicate.Funcs{
	CreateFunc: func(e event.CreateEvent) bool {
		return IsRolloutClassMatches(e.Object)
	},
	UpdateFunc: func(e event.UpdateEvent) bool {
		return IsRolloutClassMatches(e.ObjectNew)
	},
	DeleteFunc: func(e event.DeleteEvent) bool {
		return IsRolloutClassMatches(e.Object)
	},
	GenericFunc: func(e event.GenericEvent) bool {
		return IsRolloutClassMatches(e.Object)
	},
}

Functions

func IsRolloutClassMatches added in v0.2.0

func IsRolloutClassMatches(obj client.Object) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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