che-operator/pkg/deploy/const.go

10 lines
111 B
Go

package deploy
const (
DevfileRegistry = "devfile-registry"
)
const (
PluginRegistry = "plugin-registry"
)