cdk8s import <spec>
Import a CRD schema to generate generate resources
Arguments
Name | Description |
---|---|
spec | Path to the CRD schema |
Options
Name | Description |
---|---|
--language, -l <language> | Output programming language |
--class-prefix | A prefix to add to all generated class names |
--no-class-prefix | Does not add a prefix to generated class names |
--exclude <regexp> | Do not import types that match these regular expressions |
--output, -o <arg> | Output directory |