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 db32c48 commit f3f51bfCopy full SHA for f3f51bf
pkg/codefresh/contexts.go
@@ -18,6 +18,7 @@ type (
18
Type string `json:"type"`
19
Data struct {
20
Auth struct {
21
+ Type string `json:"type"`
22
Username string `json:"username"`
23
Password string `json:"password"`
24
ApiHost string `json:"apiHost"`
0 commit comments