From 50b5a79733acfbd1f72f0e691b0d19f0bdf3f422 Mon Sep 17 00:00:00 2001 From: eaudetcobello Date: Tue, 30 Jul 2024 19:29:17 -0400 Subject: [PATCH] ' -> " --- apis/v1beta1/microk8sconfig_types.go | 2 +- .../crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml | 2 +- .../bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apis/v1beta1/microk8sconfig_types.go b/apis/v1beta1/microk8sconfig_types.go index 86c15c8..4cb132d 100644 --- a/apis/v1beta1/microk8sconfig_types.go +++ b/apis/v1beta1/microk8sconfig_types.go @@ -85,7 +85,7 @@ type InitConfiguration struct { // +optional DisableDefaultCNI bool `json:"disableDefaultCNI,omitempty"` - // The snap store proxy domain's scheme, e.g. "http" or "https" without '://' + // The snap store proxy domain's scheme, e.g. "http" or "https" without "://" // +optional SnapstoreProxyScheme string `json:"snapstoreProxyScheme,omitempty"` diff --git a/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml b/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml index 9efd5bf..3b55f67 100644 --- a/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml +++ b/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml @@ -182,7 +182,7 @@ spec: type: string snapstoreProxyScheme: description: The snap store proxy domain's scheme, e.g. "http" - or "https" without '://' + or "https" without "://" type: string type: object type: object diff --git a/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml b/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml index 43decdc..5835e05 100644 --- a/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml +++ b/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml @@ -193,7 +193,7 @@ spec: type: string snapstoreProxyScheme: description: The snap store proxy domain's scheme, e.g. - "http" or "https" without '://' + "http" or "https" without "://" type: string type: object type: object