Versions in this module Expand all Collapse all v2 v2.0.0 Dec 13, 2021 Changes in this version + func GetLockedPatchMap(lockedPatches []LockedPatch) (map[string]LockedPatch, []string) + type LockedPatch struct + Name string + PatchTemplate string + PatchType types.PatchType + SourceObjectRefs []utilsapi.SourceObjectReference + TargetObjectRef utilsapi.TargetObjectReference + Template template.Template + func GetLockedPatches(patches map[string]utilsapi.Patch, config *rest.Config, logger logr.Logger) ([]LockedPatch, error) + func GetLockedPatchesFromLockedPatcheSet(lockedPatchSet *strset.Set, lockedPatchMap map[string]LockedPatch) []LockedPatch + func (lp *LockedPatch) GetKey() string Other modules containing this package github.com/redhat-cop/operator-utils