From f5827147dc7cfd7368e7b2f7eb87f8603bd5c766 Mon Sep 17 00:00:00 2001 From: Aatman Date: Wed, 8 Sep 2021 15:16:03 +0530 Subject: [PATCH] chore(docs): update description (#2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41ab2f1..4f91388 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kube2cdk8s -A hacky way to generate cdk8s APIObject from a k8s yaml. +Converts your k8s YAML to a cdk8s Api Object. Uses Pulumi's kube2pulumi as a base.