pkg/apis/ndbcontroller/register.go (4 lines of code) (raw):
// Copyright (c) 2020, 2021, Oracle and/or its affiliates.
//
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
package ndbcontroller
// GroupName is the group name used in this package
const (
GroupName = "mysql.oracle.com"
)