Documentation
¶
Index ¶
Constants ¶
View Source
const ( // M3DBClusterResourceKind is the custom resource kind. M3DBClusterResourceKind = "M3DBCluster" // M3DBClusterResourcePlural is the plural form of custom resource kind. M3DBClusterResourcePlural = "m3dbclusters" // GroupName is the group that the custom resource belongs to. GroupName = "operator.m3db.io" // Version sets the version of the custom resource. Version = "v1alpha1" )
Variables ¶
View Source
var ( // M3DBClustersName is the fully qualified name of the M3DBCluster CRD. M3DBClustersName = fmt.Sprintf("%s.%s", M3DBClusterResourcePlural, GroupName) // SchemeGroupVersion is the schema version of the group SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: Version} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.