From 0ff4e53046012946ec83dd9878075c0cbddb4637 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Wed, 19 Aug 2020 10:36:28 -0700 Subject: [PATCH] Update comment in types.go --- kyaml/yaml/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kyaml/yaml/types.go b/kyaml/yaml/types.go index 348085035..ab233fcba 100644 --- a/kyaml/yaml/types.go +++ b/kyaml/yaml/types.go @@ -98,7 +98,7 @@ type TypeMeta struct { } // Hardcoded list. -// TODO: replace this with data acquired from openapi. +// TODO(#2861): replace this with data acquired from openapi. var notNamespaceableKinds = []string{ "APIService", "CSIDriver",