Testing¶
cdk8s bundles a set of test utilities under the Testing
class:
Testing.app()
returns anApp
object bound to a temporary output directory.Testing.chart()
returns aChart
object bound to a testing app.Testing.synth(chart)
returns the Kubernetes manifest synthesized from a chart.