Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSQLconfigFromDatastoreSpec ¶
func NewSQLconfigFromDatastoreSpec(spec *v1alpha1.TemporalDatastoreSpec) *config.SQL
NewSQLconfigFromDatastoreSpec creates a new instance of a temporal SQL config from the provided TemporalDatastoreSpec.
Types ¶
type Manager ¶
Manager handler persistence receonciliation.
func NewManager ¶
NewManager creates a new instance of the persistence manager.
func (*Manager) RunDefaultStoreSchemaTasks ¶
func (m *Manager) RunDefaultStoreSchemaTasks(ctx context.Context, cluster *v1alpha1.TemporalCluster) error
RunDefaultStoreSchemaTasks runs the setup and update default schema tasks on the provided cluster's default store.
func (*Manager) RunVisibilityStoreSchemaTasks ¶
func (m *Manager) RunVisibilityStoreSchemaTasks(ctx context.Context, cluster *v1alpha1.TemporalCluster) error
RunVisibilityStoreSchemaTasks runs the setup and update visibility schema tasks on the provided cluster's visibility store.
Click to show internal directories.
Click to hide internal directories.