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/