Documentation
¶
Index ¶
Constants ¶
View Source
const (
ReadinessGateType = "kubedb.com/conversion"
)
Variables ¶
This section is empty.
Functions ¶
func FindDomain ¶ added in v0.58.0
func FindDomain() string
func WaitForShardIdUpdate ¶
Types ¶
type Predicator ¶
type Predicator interface {
GetOwnerObject(obj client.Object) (*unstructured.Unstructured, error)
GetPredicateFuncsForDatabase() predicate.Funcs
GetPredicateFuncsForOwnerObjects() predicate.Funcs
}
func NewPredicator ¶
func NewPredicator(kc client.Client, gvk schema.GroupVersionKind, shardConfig string, healthChecker *health.HealthChecker) Predicator
Click to show internal directories.
Click to hide internal directories.