| 16 | const DefaultPodReadyTimeout = 5 * time.Minute |
| 17 | |
| 18 | type FluxInstaller interface { |
| 19 | Run() error |
| 20 | } |
| 21 | |
| 22 | // Setup sets up gitops in a repository for a cluster. |
| 23 | func Setup(kubeconfigPath string, k8sRestConfig *rest.Config, k8sClientSet kubeclient.Interface, cfg *api.ClusterConfig, timeout time.Duration) error { |
no outgoing calls
no test coverage detected