Revision ec651eae25819f6bd9250b659041200cae6c338f authored by Marco Hofstetter on 11 June 2024, 15:36:27 UTC, committed by André Martins on 13 June 2024, 11:54:09 UTC
Currently, accessing the monitoragent from the service manager is
guarded with nil-checks as unit-tests don't provide a monitoragent.

This commit removes the check in favor of a fake implementation that
is used and passed in the tests.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
1 parent 2e308f9
History
File Mode Size
k8s-cilium-exec.sh -rwxr-xr-x 782 bytes
k8s-extract-clustermesh-nodeport-secret.sh -rwxr-xr-x 1.7 KB
k8s-get-cilium-pod.sh -rwxr-xr-x 932 bytes
k8s-heap-dump.sh -rwxr-xr-x 559 bytes
k8s-import-clustermesh-secrets.sh -rwxr-xr-x 766 bytes
k8s-unmanaged.sh -rwxr-xr-x 574 bytes
nsexec -rwxr-xr-x 1.3 KB

back to top