From 0d68791da922c086456b35e0f991ab0da3f02cf5 Mon Sep 17 00:00:00 2001 From: Meactor Date: Sat, 17 May 2025 12:36:22 +0800 Subject: [PATCH] The comment has a spelling error. Signed-off-by: Meactor --- .../en/docs/building-operators/golang/advanced-topics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/docs/building-operators/golang/advanced-topics.md b/website/content/en/docs/building-operators/golang/advanced-topics.md index b577e3c6a5d..863b2b8eda8 100644 --- a/website/content/en/docs/building-operators/golang/advanced-topics.md +++ b/website/content/en/docs/building-operators/golang/advanced-topics.md @@ -85,7 +85,7 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" "sigs.k8s.io/controller-runtime/pkg/scheme" ... - // DNSEndoints + // DNSEndpoints externaldns "github.com/kubernetes-incubator/external-dns/endpoint" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) @@ -518,4 +518,4 @@ Authors may decide to distribute their bundles for various architectures: x86_64 [PrometheusRule reconciliation example]:https://github.com/operator-framework/operator-sdk/blob/master/testdata/go/v4/monitoring/memcached-operator/internal/controller/memcached_controller.go [unit testing documentation]:https://prometheus.io/docs/prometheus/latest/configuration/unit_testing_rules/ [alerts unit tests]:https://github.com/operator-framework/operator-sdk/tree/master/testdata/go/v4/monitoring/memcached-operator/monitoring/prom-rule-ci -[kube-prometheus docs]:https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md#prometheus \ No newline at end of file +[kube-prometheus docs]:https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md#prometheus