feat(new-tool): Docker Run command(s) to Kubernetes manifests

Fix #883
This commit is contained in:
ShareVB 2024-02-18 20:13:15 +01:00
parent 377d6ec1bf
commit a10caaa503
6 changed files with 172 additions and 14 deletions

View file

@ -2,6 +2,7 @@ import { tool as base64FileConverter } from './base64-file-converter';
import { tool as base64StringConverter } from './base64-string-converter';
import { tool as basicAuthGenerator } from './basic-auth-generator';
import { tool as textToUnicode } from './text-to-unicode';
import { tool as dockerRunToKubernetesConverter } from './docker-run-to-kubernetes';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -141,6 +142,7 @@ export const toolsByCategory: ToolCategory[] = [
sqlPrettify,
chmodCalculator,
dockerRunToDockerComposeConverter,
dockerRunToKubernetesConverter,
xmlFormatter,
yamlViewer,
],