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 d12867f commit 81758d5Copy full SHA for 81758d5
pkg/codefresh/argo_runtime.go
@@ -80,10 +80,6 @@ func (r *argoRuntime) Create(runtimeName string) (*model.RuntimeCreationResponse
80
return &res.Data.Runtime, nil
81
}
82
83
-// func GetRuntimeName(runtimeName string) string {
84
-// return runtimeName
85
-// }
86
-
87
func (r *argoRuntime) List() ([]model.Runtime, error) {
88
jsonData := map[string]interface{}{
89
"query": `
0 commit comments