Versions in this module Expand all Collapse all v2 v2.11.0 Sep 24, 2025 Changes in this version + const ClusterLabelKey + const CredLabelVal + const ProjectLabelKey + const TypeLabelKey + func AddCredentialsToConnectionURL(connURL, userName, password string) (string, error) + func Ensure(ctx context.Context, client client.Client, ...) (string, error) + func ListByDeploymentName(ctx context.Context, k8sClient client.Client, ...) ([]corev1.Secret, error) + func ListByUserName(ctx context.Context, k8sClient client.Client, ...) ([]corev1.Secret, error) + type ConnectionData struct + ConnURL string + DBUserName string + Password string + PrivateConnURLs []PrivateLinkConnURLs + SrvConnURL string + type PrivateLinkConnURLs struct + PvtConnURL string + PvtShardConnURL string + PvtSrvConnURL string