Versions in this module Expand all Collapse all v0 v0.6.0 Sep 12, 2024 v0.5.3 Aug 26, 2024 Changes in this version + func BuildInfo(revisionMap map[string]*appsv1alpha1.PodDecoration) (info string) + func PatchListOfDecorations(pod *corev1.Pod, podDecorations map[string]*appsv1alpha1.PodDecoration) (err error) + func PatchPodDecoration(pod *corev1.Pod, template *appsv1alpha1.PodDecorationPodTemplate) (err error) + type Getter interface + GetByRevisions func(ctx context.Context, revisions ...string) (map[string]*appsv1alpha1.PodDecoration, error) + GetEffective func(ctx context.Context, pod *corev1.Pod) (map[string]*appsv1alpha1.PodDecoration, error) + GetOnPod func(ctx context.Context, pod *corev1.Pod) (map[string]*appsv1alpha1.PodDecoration, error) + func NewPodDecorationGetter(c client.Client, namespace string) (Getter, error) + type PodDecorations []*appsv1alpha1.PodDecoration + func (br PodDecorations) Len() int + func (br PodDecorations) Less(i, j int) bool + func (br PodDecorations) Swap(i, j int)