package
0.1.0
Repository: https://github.com/tikv/tikv-operator.git
Documentation: pkg.go.dev

# Functions

GetTLSConfig returns *tls.Config for given TiDB cluster.
NewDefaultPDControl returns a defaultPDControl instance.
No description provided by the author
No description provided by the author
NewPDClient returns a new PDClient.
No description provided by the author
pdClientUrl builds the url of pd client.
No description provided by the author

# Constants

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

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
+k8s:openapi-gen=true.
HealthInfo define PD's healthy info.
MemberHealth define a pd member's healthy info.
MembersInfo is PD members info returned from PD RESTful interfacetype Members map[string][]*pdpb.Member.
MetaStore is TiKV store status defined in protobuf.
No description provided by the author
PDConfigFromAPI is the configuration from PD API +k8s:openapi-gen=true.
PDLogConfig serializes log related config in toml/json.
PDReplicationConfig is the replication configuration.
ScheduleConfig is the schedule configuration.
PDSchedulerConfig is customized scheduler configuration +k8s:openapi-gen=true.
PDStoreLabel is the config item of LabelPropertyConfig.
StoreInfo is a single store info returned from PD RESTful interface.
StoresInfo is stores info returned from PD RESTful interface.
StoreStatus is TiKV store status returned from PD RESTful interface.

# Interfaces

PDClient provides pd server's api.
PDControlInterface is an interface that knows how to manage and get tidb cluster's PD client.
No description provided by the author

# Type aliases

No description provided by the author
Namespace is a newtype of a string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StringSlice is more friendly to json encode/decode.