Documentation ¶
Index ¶
- func CheckTLSSecretRef(ctx context.Context, cli client2.ReadonlyClient, namespace string, ...) error
- func ComposeTLSSecret(namespace, clusterName, componentName string) (*v1.Secret, error)
- func GenerateTLSSecretName(clusterName, componentName string) string
- func GetTLSKeyWord(cType string) string
- func RenderConfigNScriptFiles(resourceCtx *configuration.ResourceCtx, cluster *appsv1alpha1.Cluster, ...) error
- type RestoreManager
- func (r *RestoreManager) BuildPrepareDataRestore(comp *component.SynthesizedComponent, backupObj *dpv1alpha1.Backup) (*dpv1alpha1.Restore, error)
- func (r *RestoreManager) DoPostReady(comp *component.SynthesizedComponent, compObj *appsv1alpha1.Component, ...) error
- func (r *RestoreManager) DoPrepareData(comp *component.SynthesizedComponent, compObj *appsv1alpha1.Component, ...) error
- func (r *RestoreManager) DoRestore(comp *component.SynthesizedComponent, compObj *appsv1alpha1.Component) error
- func (r *RestoreManager) GetRestoreObjectMeta(comp *component.SynthesizedComponent, stage dpv1alpha1.RestoreStage) metav1.ObjectMeta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckTLSSecretRef ¶
func CheckTLSSecretRef(ctx context.Context, cli client2.ReadonlyClient, namespace string, secretRef *dbaasv1alpha1.TLSSecretRef) error
func ComposeTLSSecret ¶
ComposeTLSSecret composes a TSL secret object. REVIEW/TODO:
- missing public function doc
- should avoid using Go template to call a function, this is too hacky & costly, should just call underlying registered Go template function.
func GenerateTLSSecretName ¶
func GetTLSKeyWord ¶
func RenderConfigNScriptFiles ¶
func RenderConfigNScriptFiles(resourceCtx *configuration.ResourceCtx, cluster *appsv1alpha1.Cluster, component *component.SynthesizedComponent, podSpec *corev1.PodSpec, localObjs []client.Object) error
RenderConfigNScriptFiles generates volumes for PodTemplate, volumeMount for container, rendered configTemplate and scriptTemplate, and generates configManager sidecar for the reconfigure operation.
Types ¶
type RestoreManager ¶
type RestoreManager struct { client.Client Ctx context.Context Cluster *appsv1alpha1.Cluster Scheme *k8sruntime.Scheme // contains filtered or unexported fields }
RestoreManager restores manager functions 1. support datafile/snapshot restore 2. support point in time recovery (PITR)
func NewRestoreManager ¶
func NewRestoreManager(ctx context.Context, cli client.Client, cluster *appsv1alpha1.Cluster, scheme *k8sruntime.Scheme, restoreLabels map[string]string, replicas, startingIndex int32, ) *RestoreManager
func (*RestoreManager) BuildPrepareDataRestore ¶
func (r *RestoreManager) BuildPrepareDataRestore(comp *component.SynthesizedComponent, backupObj *dpv1alpha1.Backup) (*dpv1alpha1.Restore, error)
func (*RestoreManager) DoPostReady ¶
func (r *RestoreManager) DoPostReady(comp *component.SynthesizedComponent, compObj *appsv1alpha1.Component, backupObj *dpv1alpha1.Backup) error
func (*RestoreManager) DoPrepareData ¶
func (r *RestoreManager) DoPrepareData(comp *component.SynthesizedComponent, compObj *appsv1alpha1.Component, backupObj *dpv1alpha1.Backup) error
func (*RestoreManager) DoRestore ¶
func (r *RestoreManager) DoRestore(comp *component.SynthesizedComponent, compObj *appsv1alpha1.Component) error
func (*RestoreManager) GetRestoreObjectMeta ¶
func (r *RestoreManager) GetRestoreObjectMeta(comp *component.SynthesizedComponent, stage dpv1alpha1.RestoreStage) metav1.ObjectMeta
Click to show internal directories.
Click to hide internal directories.