Versions in this module Expand all Collapse all v0 v0.1.0 Jun 23, 2020 Changes in this version + const AnnEvictLeaderBeginTime + const AnnForceUpgradeKey + const AnnForceUpgradeVal + const AnnPDDeferDeleting + const AnnPDDeleteSlots + const AnnPVCDeferDeleting + const AnnPVCPodScheduling + const AnnPodDeferDeleting + const AnnPodNameKey + const AnnSysctlInit + const AnnSysctlInitVal + const AnnTiKVDeleteSlots + const ClusterIDLabelKey + const ComponentLabelKey + const DiscoveryLabelVal + const InstanceLabelKey + const ManagedByLabelKey + const MemberIDLabelKey + const NameLabelKey + const NamespaceLabelKey + const PDLabelVal + const StoreIDLabelKey + const TiKVLabelVal + const TiKVOperator + type Label map[string]string + func New() Label + func (l Label) Component(name string) Label + func (l Label) ComponentType() string + func (l Label) Discovery() Label + func (l Label) Instance(name string) Label + func (l Label) IsManagedByTiKVOperator() bool + func (l Label) IsPD() bool + func (l Label) IsTiKV() bool + func (l Label) LabelSelector() *metav1.LabelSelector + func (l Label) Labels() map[string]string + func (l Label) Namespace(name string) Label + func (l Label) PD() Label + func (l Label) Selector() (labels.Selector, error) + func (l Label) String() string + func (l Label) TiKV() Label