Skip to content

Commit a91d064

Browse files
authored
feat: Add kompose plugin (#635)
1 parent 9e1f95f commit a91d064

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

registry/data/third-party.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,19 @@
537537
"k9s"
538538
]
539539
},
540+
{
541+
"id": "kompose",
542+
"locator": "https://raw.githubusercontent.com/firleaf/proto-toml-plugins/main/plugins/kompose.toml",
543+
"format": "toml",
544+
"name": "kompose",
545+
"description": "Go from Docker Compose to Kubernetes.",
546+
"author": "firleaf",
547+
"homepageUrl": "https://kompose.io/",
548+
"repositoryUrl": "https://github.com/firleaf/proto-toml-plugins",
549+
"bins": [
550+
"kompose"
551+
]
552+
},
540553
{
541554
"id": "kubectl",
542555
"locator": "https://raw.githubusercontent.com/stk0vrfl0w/proto-toml-plugins/main/plugins/kubectl.toml",

0 commit comments

Comments
 (0)