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
HTTPRequestResponseTimeout=30*time.Second// HTTPRequestTimeout configures timeout of all HTTP requests
61
-
ModeReadWriteFile=0600// default Permission for a file
62
-
CredentialPrefix="odo-"// CredentialPrefix is the prefix of the credential that uses to access secure registry
61
+
HTTPRequestResponseTimeout=30*time.Second// HTTPRequestTimeout configures timeout of all HTTP requests
62
+
ModeReadWriteFile=0600// default Permission for a file
63
+
CredentialPrefix="odo-"// CredentialPrefix is the prefix of the credential that uses to access secure registry
64
+
TelemetryClientName="devfile-library"//TelemetryClientName is the name of the devfile library client
65
+
TelemetryIndirectDevfileCall="devfile-library-indirect"//TelemetryIndirectDevfileCall is used to identify calls made to retrieve the parent or plugin devfile
63
66
)
64
67
65
68
// httpCacheDir determines directory where odo will cache HTTP respones
@@ -86,9 +89,10 @@ type ResourceRequirementInfo struct {
86
89
87
90
// HTTPRequestParams holds parameters of forming http request
88
91
typeHTTPRequestParamsstruct {
89
-
URLstring
90
-
Tokenstring
91
-
Timeout*int
92
+
URLstring
93
+
Tokenstring
94
+
Timeout*int
95
+
TelemetryClientNamestring//optional client name for telemetry
92
96
}
93
97
94
98
// DownloadParams holds parameters of forming file download request
0 commit comments