mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-08 18:26:48 +00:00
Remove unnecessary event (presumably copy-pasted)
This commit is contained in:
@@ -5,11 +5,6 @@ from ...core.types import Hunter
|
||||
from ...core.events import handler
|
||||
from ...core.events.types import OpenPortEvent, Service, Event
|
||||
|
||||
class ReadOnlyKubeletEvent(Service, Event):
|
||||
"""The read-only port on the kubelet serves health probing endpoints, and is relied upon by many kubernetes componenets"""
|
||||
def __init__(self):
|
||||
Service.__init__(self, name="Kubelet API (readonly)")
|
||||
|
||||
|
||||
class ApiServer(Service, Event):
|
||||
"""The API server is in charge of all operations on the cluster."""
|
||||
|
||||
Reference in New Issue
Block a user