Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAll ¶
func DeleteAll[ T any, TPtr interface { *T client.Object }, ]( ctx context.Context, cl client.Client, list []T, ) error
DeleteAll deletes all provided items one by one.
func DeleteAllFromList ¶
func DeleteAllFromList[ TList interface { GetItems() []T }, TListPtr interface { *TList client.ObjectList GetItems() []T }, T constraints.SupportedKonnectEntityType, TT constraints.EntityType[T], ]( ctx context.Context, cl client.Client, list TListPtr, ) error
DeleteAllFromList deletes all items in the given list one by one.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.