Remove unnecessary event (presumably copy-pasted)

This commit is contained in:
Liz Rice
2019-02-19 12:58:04 +00:00
parent e81a938e4f
commit 0866a2763f

View File

@@ -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."""