Open tamalsaha opened 1 year ago
cc @zhiweiyin318
@tamalsaha IndexManifestWorkByAddon is only to filter default mode addon manifestworks. addonNamespace is got from label, that means the addon is hosted mode if addonNamespace is not empty. we need comments for understanding here.
https://github.com/open-cluster-management-io/addon-framework/blob/51742bc299f22d1d290189455ac8a6fa9594f10c/pkg/index/index.go#L135
Should
len(addonNamespace) > 0
belen(addonNamespace) == 0
?