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( var missingHanlders = sets.NewString(
"ClusterRole", "ClusterRole",
"LimitRange", "LimitRange",
"MutatingWebhookConfiguration",
"ResourceQuota", "ResourceQuota",
"Role", "Role",
"ValidatingWebhookConfiguration",
"VolumeAttachment",
"PriorityClass", "PriorityClass",
"PodPreset", "PodPreset",
"AuditSink", "AuditSink",
"CSINode",
"CSIDriver",
"FlowSchema", // TODO(yue9944882): remove this comment by merging print-handler for flow-control API "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 "PriorityLevelConfiguration", // TODO(yue9944882): remove this comment by merging print-handler for flow-control API
) )