Replace host sensor with node agent sensing (#1916)

In this change I used both claude code and Antigravity.

---------

Signed-off-by: Bezalel Brandwine <bez@softwine.net>
This commit is contained in:
Bezbran
2026-02-01 13:17:03 +02:00
committed by GitHub
parent 6ce0121a03
commit 25bd51e8b4
20 changed files with 391 additions and 1328 deletions

View File

@@ -11,5 +11,4 @@ type IHostSensor interface {
Init(ctx context.Context) error
TearDown() error
CollectResources(context.Context) ([]hostsensor.HostSensorDataEnvelope, map[string]apis.StatusInfo, error)
GetNamespace() string
}