Prune server-side print exemption list

This commit is contained in:
Jordan Liggitt 2019-12-04 09:01:09 -05:00
parent 0387cc7cb3
commit 749eea7e0f

View File

@ -124,16 +124,11 @@ var kindWhiteList = sets.NewString(
var missingHanlders = sets.NewString(
"ClusterRole",
"LimitRange",
"MutatingWebhookConfiguration",
"ResourceQuota",
"Role",
"ValidatingWebhookConfiguration",
"VolumeAttachment",
"PriorityClass",
"PodPreset",
"AuditSink",
"CSINode",
"CSIDriver",
"FlowSchema", // TODO(yue9944882): remove this comment by merging print-handler for flow-control API
"PriorityLevelConfiguration", // TODO(yue9944882): remove this comment by merging print-handler for flow-control API
)