feat(lib/k8s): expose toBase64 and octalToDecimal for legacy support

This commit is contained in:
Jaka Hudoklin 2020-01-14 18:35:01 +00:00
parent 87029e6bd7
commit e5135b329f
No known key found for this signature in database
GPG key ID: D1F18234B07BD6E2

View file

@ -51,4 +51,7 @@ rec {
"kubenix/hash" = hash; "kubenix/hash" = hash;
} // labels; } // labels;
}; };
toBase64 = lib.toBase64;
octalToDecimal = lib.octalToDecimal;
} }