mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Adds the ability to search for support bundle specs and redactors, in both configmaps and secrets
7 lines
103 B
Go
7 lines
103 B
Go
package specs
|
|
|
|
const (
|
|
SupportBundleKey = "support-bundle-spec"
|
|
RedactorKey = "redactor-spec"
|
|
)
|