Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnstructuredFieldNotFound = fmt.Errorf("field not found")
)
Functions ¶
This section is empty.
Types ¶
type DPUServiceInterfaceChangePredicate ¶
DPUServiceInterfaceChangePredicate detects changes to a dpuservicev1.DPUServiceInterface object.
func (DPUServiceInterfaceChangePredicate) Create ¶
func (DPUServiceInterfaceChangePredicate) Create(e event.CreateEvent) bool
func (DPUServiceInterfaceChangePredicate) Delete ¶
func (DPUServiceInterfaceChangePredicate) Delete(e event.DeleteEvent) bool
func (DPUServiceInterfaceChangePredicate) Update ¶
func (DPUServiceInterfaceChangePredicate) Update(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.