Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ResourceKind is the custom resource kind ResourceKind = "M3DBCluster" // ResourcePlural is the plural form of custom resource kind ResourcePlural = "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 ( // Name is the fully qualified name of the custom resource Name = fmt.Sprintf("%s.%s", ResourcePlural, 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.