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 3af2b76 commit 1c71b73Copy full SHA for 1c71b73
pkg/codefresh/runtime_enrionment.go
@@ -23,7 +23,7 @@ type (
23
}
24
)
25
26
-// CreateRuntimeEnvironment - returns pipelines from API
+// CreateRuntimeEnvironment - create Runtime-Environment
27
func (c *codefresh) CreateRuntimeEnvironment(opt *CreateRuntimeOptions) (*RuntimeEnvironment, error) {
28
// r := &createRuntimeEnvironmentResponse{}
29
re := &RuntimeEnvironment{
0 commit comments