Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MacrosNamespace is a sanitized namespace name where ClickHouseInstallation runs MacrosNamespace = "{namespace}" // MacrosCRName is a sanitized Custom Resource name MacrosCRName = "{chi}" // MacrosClusterName is a sanitized cluster name MacrosClusterName = "{cluster}" // MacrosClusterIndex is an index of the cluster in the CHI - integer number, converted into string MacrosClusterIndex = "{clusterIndex}" // MacrosShardName is a sanitized shard name MacrosShardName = "{shard}" // MacrosShardIndex is an index of the shard in the cluster - integer number, converted into string MacrosShardIndex = "{shardIndex}" // MacrosReplicaName is a sanitized replica name MacrosReplicaName = "{replica}" // MacrosReplicaIndex is an index of the replica in the cluster - integer number, converted into string MacrosReplicaIndex = "{replicaIndex}" // MacrosHostName is a sanitized host name MacrosHostName = "{host}" // MacrosCRScopeIndex is an index of the host on the CHI-scope MacrosCRScopeIndex = "{chiScopeIndex}" // MacrosCRScopeCycleIndex is an index of the host in the CHI-scope cycle - integer number, converted into string MacrosCRScopeCycleIndex = "{chiScopeCycleIndex}" // MacrosCRScopeCycleOffset is an offset of the host in the CHI-scope cycle - integer number, converted into string MacrosCRScopeCycleOffset = "{chiScopeCycleOffset}" // MacrosClusterScopeIndex is an index of the host on the cluster-scope MacrosClusterScopeIndex = "{clusterScopeIndex}" // MacrosClusterScopeCycleIndex is an index of the host in the Cluster-scope cycle - integer number, converted into string MacrosClusterScopeCycleIndex = "{clusterScopeCycleIndex}" // MacrosClusterScopeCycleOffset is an offset of the host in the Cluster-scope cycle - integer number, converted into string MacrosClusterScopeCycleOffset = "{clusterScopeCycleOffset}" // MacrosShardScopeIndex is an index of the host on the shard-scope MacrosShardScopeIndex = "{shardScopeIndex}" // MacrosReplicaScopeIndex is an index of the host on the replica-scope MacrosReplicaScopeIndex = "{replicaScopeIndex}" // MacrosClusterScopeCycleHeadPointsToPreviousCycleTail is {clusterScopeIndex} of previous Cycle Tail MacrosClusterScopeCycleHeadPointsToPreviousCycleTail = "{clusterScopeCycleHeadPointsToPreviousCycleTail}" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.