Uses of Class
org.cdk8s.Chart.Builder
-
-
Uses of Chart.Builder in org.cdk8s
Methods in org.cdk8s that return Chart.Builder Modifier and Type Method Description static Chart.Builder
Chart.Builder. create(software.constructs.Construct scope, String id)
Chart.Builder
Chart.Builder. disableResourceNameHashes(Boolean disableResourceNameHashes)
The autogenerated resource name by default is suffixed with a stable hash of the construct path.Chart.Builder
Chart.Builder. labels(Map<String,String> labels)
Labels to apply to all resources in this chart.Chart.Builder
Chart.Builder. namespace(String namespace)
The default namespace for all objects defined in this chart (directly or indirectly).
-