plugin-barman-cloud/internal/cnpgi/operator/constants.go
Armando Ruocco 3f4759c47b
chore: scaffold (#2)
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
2024-09-26 11:52:56 +02:00

18 lines
598 B
Go

package operator
import "github.com/cloudnative-pg/cnpg-i/pkg/identity"
const PluginName = "operator.barman-cloud.cloudnative-pg.io"
// Data is the metadata of this plugin
var Data = identity.GetPluginMetadataResponse{
Name: PluginName,
Version: "0.0.1",
DisplayName: "BarmanCloudOperator",
ProjectUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
License: "APACHE 2.0",
LicenseUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud/LICENSE",
Maturity: "alpha",
}