yue9944882/Kubernetes Java CRD Model Generator
Generating Kubenretes Java model from CRD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| crdYaml | The path to the CRD yaml. | yes | — |
| javaPackageName | The package name of the generated java model. | yes | — |
| crdApiGroupName | The CRD api group. | yes | — |
| outputDir | The target output path for the generated java sources. | no | output_dir |
| generatedClientVersion | The target output path for the generated java sources. | no | 1.0.0 |
Outputs
| name | description |
|---|---|
| generatedModelFileCount | The number of the generated java sources from CRD |