Documentation
¶
Index ¶
Constants ¶
View Source
const ( CDCAPI_CAPTURES = "/api/v2/captures" CDCAPI_CHANGEFEEDS = "/api/v2/changefeeds" )
View Source
const ( PDAPI_STORE = "/pd/api/v1/stores" PDAPI_CONFIG = "/pd/api/v1/config" PDAPI_DRSTATUS = "/pd/api/v1/replication_mode/status" PDAPI_PDLEADER = "/pd/api/v1/leader" PDAPI_PDMEMBERS = "/pd/api/v1/members" PDAPI_PLACEMENTRULES = "/pd/api/v1/config/rules" )
View Source
const ( COMPONENT_TIDB = "tidb" COMPONENT_PD = "pd" COMPONENT_TIKV = "tikv" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConstraintInfo ¶
type ConstraintInfo struct {
ConKey string
ConOp pkg.LabelConstraintOp
ConValues []string
ConRole pkg.PeerRoleType
}
Click to show internal directories.
Click to hide internal directories.