Files
troubleshoot/pkg/specs/specs.go
Diamon Wiggins c34d80c300 Discover Redactors in Cluster (#827)
Adds the ability to search for support bundle specs and redactors, in both configmaps and secrets
2022-11-10 17:36:51 +13:00

7 lines
103 B
Go

package specs
const (
SupportBundleKey = "support-bundle-spec"
RedactorKey = "redactor-spec"
)