package
2.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb-operator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Interfaces

Encoder is defined to encode a map to a unique string This encoder is designed to avoid iter all topologies in policy multiple times Assume there are M toplogies and N instances, time complexity will be optimized from O(M*N) to O(M+N).
This interface defines a scheduler to choose the next topology.