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 e382162 commit 38b67fbCopy full SHA for 38b67fb
controllers/cloudinit/worker_join.go
@@ -46,7 +46,7 @@ type WorkerInput struct {
46
Confinement string
47
// RiskLevel specifies the risk level (strict, candidate, beta, edge) for the snap channels.
48
RiskLevel string
49
- // SnapstoreProxyScheme specifies the scheme (i.e https://) of the domain.
+ // SnapstoreProxyScheme specifies the scheme (e.g http or https) of the domain. Defaults to http.
50
SnapstoreProxyScheme string
51
// SnapstoreProxyDomain specifies the domain of the snapstore proxy if one is to be used.
52
SnapstoreProxyDomain string
0 commit comments