Revision 55a9d2ee4ae7da586c7693912c818437191772f7 authored by Lorenz Bauer on 07 June 2024, 15:34:32 UTC, committed by Lorenz Bauer on 13 June 2024, 11:55:56 UTC
The object cache parses an ELF from disk any time it is asked for a
template. This is wasteful since parsing the ELF is quite resource
intensive.

Cache the parsed CollectionSpec instead.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
1 parent 70f6608
Raw File
valid-labels.lpc
{
    "version": 1,
    "valid-prefixes": [
        {
            "prefix": "io.cilium",
            "source": ""
        },
        {
            "prefix": "id.",
            "source": ""
        }
    ]
}
back to top