mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Prune server-side print exemption list
This commit is contained in:
parent
0387cc7cb3
commit
749eea7e0f
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user