Documentation
¶
Index ¶
- func DeleteObject(c client.Client, ctx context.Context, newObj client.Object) error
- func EnqueueRequest(q workqueue.TypedRateLimitingInterface[reconcile.Request], obj client.Object)
- func EnqueueRequestAfter(q workqueue.TypedRateLimitingInterface[reconcile.Request], obj client.Object, ...)
- func KeyFunc(obj metav1.Object) string
- func NamespacedName(obj metav1.Object) types.NamespacedName
- func SyncObject(c client.Client, ctx context.Context, newObj client.Object, shouldUpdate bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteObject ¶
func EnqueueRequest ¶
func EnqueueRequestAfter ¶
func KeyFunc ¶
KeyFunc gets the namespacedName strgin for the meta object. Can be used as the key in a map.
func NamespacedName ¶
func NamespacedName(obj metav1.Object) types.NamespacedName
NamespacedName gets the namespacedName for the meta object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.