Skip to content

Commit 50b5a79

Browse files
committed
' -> "
1 parent 805ee61 commit 50b5a79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apis/v1beta1/microk8sconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type InitConfiguration struct {
8585
// +optional
8686
DisableDefaultCNI bool `json:"disableDefaultCNI,omitempty"`
8787

88-
// The snap store proxy domain's scheme, e.g. "http" or "https" without '://'
88+
// The snap store proxy domain's scheme, e.g. "http" or "https" without "://"
8989
// +optional
9090
SnapstoreProxyScheme string `json:"snapstoreProxyScheme,omitempty"`
9191

config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
type: string
183183
snapstoreProxyScheme:
184184
description: The snap store proxy domain's scheme, e.g. "http"
185-
or "https" without '://'
185+
or "https" without "://"
186186
type: string
187187
type: object
188188
type: object

config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ spec:
193193
type: string
194194
snapstoreProxyScheme:
195195
description: The snap store proxy domain's scheme, e.g.
196-
"http" or "https" without '://'
196+
"http" or "https" without "://"
197197
type: string
198198
type: object
199199
type: object

0 commit comments

Comments
 (0)