Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LifecycleEnabledPredicate = predicate.NewPredicateFuncs(func(object client.Object) bool { if hv, ok := object.(*kvmv1.Hypervisor); ok { return hv.Spec.LifecycleEnabled } return true }) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.