scheduler: cleanup the unused event types about Service

This commit is contained in:
SataQiu
2022-10-03 16:30:38 +08:00
parent 02109414e8
commit 8640d17760
2 changed files with 0 additions and 7 deletions

View File

@@ -64,7 +64,6 @@ const (
Node GVK = "Node"
PersistentVolume GVK = "PersistentVolume"
PersistentVolumeClaim GVK = "PersistentVolumeClaim"
Service GVK = "Service"
StorageClass GVK = "storage.k8s.io/StorageClass"
CSINode GVK = "storage.k8s.io/CSINode"
CSIDriver GVK = "storage.k8s.io/CSIDriver"