Versions in this module Expand all Collapse all v1 v1.0.0 Feb 10, 2023 Changes in this version + const ARGO_CLUSTER_LABEL_VALUE + const CLUSTER__SECRET_LABEL + type ArgoClusterConfig struct + BearerToken string + ExecProviderConfig ProviderConfig + Password string + TlsClientConfig TLSClientConfig + Username string + type ProviderConfig struct + APIVersion string + Args []string + Command string + type SecretReconciler struct + ClusterReconciler cluster.Reconciler + MCWatch multiClusterWatch.Interface + Scheme *runtime.Scheme + func (r *SecretReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *SecretReconciler) SetupWithManager(mgr ctrl.Manager) error + type TLSClientConfig struct + CaData []byte + CertData []byte + Insecure bool + KeyData []byte