mysqloperator/controller/consts.py (7 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/ # GROUP = "mysql.oracle.com" VERSION = "v2" API_VERSION = GROUP+"/"+VERSION INNODBCLUSTER_KIND = "InnoDBCluster" INNODBCLUSTER_PLURAL = "innodbclusters" MYSQLBACKUP_KIND = "MySQLBackup" MYSQLBACKUP_PLURAL = "mysqlbackups"