func()

in pkg/flink/types.go [77:79]


func (cn ClusterName) Validate() error {
	return ValidateRegEx(string(cn), regexpFlinkClusterName)
}