DataDog / KubeHound

Kubernetes Attack Graph
https://kubehound.io
Apache License 2.0
703 stars 36 forks source link

[Dumper] Rework of the object ingestion #174

Closed jt-dd closed 3 months ago

jt-dd commented 3 months ago

Create an interface for each object type to add the ability to create an objectList for each k8s type. For instance all endpoint stack them into a discoveryv1.EndpointSliceList. This is needed by the collector. Effort were already made to be fully supported by the writers (tar and file one).