Documentation
¶
Index ¶
- func AddPodFinalizer(ctx context.Context, pod client.Object, finalizerName string) error
- func Init(mgr ctrl.Manager)
- func RemovePodFinalizer(ctx context.Context, pod client.Object, finalizerName string) error
- func SetPodAnnotation(ctx context.Context, cachedPod client.Object, name, value string) error
- func StripPodUnusedFields(obj any) (any, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPodFinalizer ¶
func RemovePodFinalizer ¶
func SetPodAnnotation ¶
func StripPodUnusedFields ¶
StripPodUnusedFields is the transform function for shared pod informers, it removes unused fields from objects before they are stored in the cache to save memory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.