You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`CreateSSHKey(username, password, title, publicKey string) error` — Register SSH public key for user
55
+
-`SSHRepoURL(owner, repo string) (string, error)` — Get SSH URL for a repository
56
+
57
+
Note: `CreateUser`, `CreateRepo`, and `CreateRandomRepo` return cleanup functions that call `DeleteUser`/`DeleteRepo` internally. Prefer `DeferCleanup(cleanup)` over calling the delete methods directly.
-`WithBuilder(builder string)` — Builder to use (e.g. `pack`, `s2i`)
75
+
-`WithDeployer(deployer string)` — Deployer to use (e.g. `knative`, `keda`)
76
+
-`WithDeployCliVersion(version string)` — Use a specific func CLI version
77
+
-`WithEnvVars(envVars map[string]string)` — Set environment variables for the deploy command
78
+
79
+
Defaults for `RunFuncDeploy` are read from environment variables: `REGISTRY` (or `REGISTRY_URL`), `REGISTRY_INSECURE`, `DEFAULT_BUILDER`, `DEFAULT_DEPLOYER`.
0 commit comments