We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0694fda commit 57a2687Copy full SHA for 57a2687
pkg/codefresh/argo_runtime.go
@@ -52,7 +52,6 @@ func newArgoRuntimeAPI(codefresh *codefresh) IRuntimeAPI {
52
return &argoRuntime{codefresh: codefresh}
53
}
54
55
-// func (r *argoRuntime) Create(ctx context.Context, runtimeName, cluster, runtimeVersion, ingressHost string, componentNames []string) (*model.RuntimeCreationResponse, error) {
56
func (r *argoRuntime) Create(ctx context.Context, opts *model.InstallationArgs) (*model.RuntimeCreationResponse, error) {
57
jsonData := map[string]interface{}{
58
"query": `
0 commit comments