From 7f9dd4b92145672f44b8113792817cb8de2d0c46 Mon Sep 17 00:00:00 2001 From: windayski <599059134@qq.com> Date: Mon, 31 Aug 2020 20:36:52 +0800 Subject: [PATCH] Update k8sutil.go fix typo --- pkg/util/k8sutil/k8sutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/k8sutil/k8sutil.go b/pkg/util/k8sutil/k8sutil.go index 7f07ab79..f963e803 100644 --- a/pkg/util/k8sutil/k8sutil.go +++ b/pkg/util/k8sutil/k8sutil.go @@ -78,7 +78,7 @@ func IsKubernetesResourceNotFoundError(err error) bool { return apierrors.IsNotFound(err) } -// TODO(jlewi): CascadeDeletOptions are part of garbage collection policy. +// TODO(jlewi): CascadeDeleteOptions are part of garbage collection policy. // CascadeDeleteOptions deletes the workload after the grace period // Do we want to use this? See // https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/