• Fabian Ruff's avatar
    Add compression to configmap storage driver · eb4b78bb
    Fabian Ruff authored
    This commit changes the configmap storage driver to compress
    the serialized release before storing it as a base64 encoded string.
    This change is backward compatible as it handles existing releases
    gracefully by skipping the decompression step when the gzip magic
    header is not present.
    eb4b78bb
Name
Last commit
Last update
..
cfgmaps.go Loading commit data...
cfgmaps_test.go Loading commit data...
driver.go Loading commit data...
labels.go Loading commit data...
labels_test.go Loading commit data...
memory.go Loading commit data...
memory_test.go Loading commit data...
mock_test.go Loading commit data...
records.go Loading commit data...
records_test.go Loading commit data...