mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat(lib/k8s): expose toBase64 and octalToDecimal for legacy support
This commit is contained in:
parent
87029e6bd7
commit
e5135b329f
1 changed files with 3 additions and 0 deletions
|
|
@ -51,4 +51,7 @@ rec {
|
||||||
"kubenix/hash" = hash;
|
"kubenix/hash" = hash;
|
||||||
} // labels;
|
} // labels;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
toBase64 = lib.toBase64;
|
||||||
|
octalToDecimal = lib.octalToDecimal;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue