Modifier and Type | Method and Description |
---|---|
Chart |
build() |
static Chart.Builder |
create(software.constructs.Construct scope,
String id) |
Chart.Builder |
labels(Map<String,String> labels)
Labels to apply to all resources in this chart.
|
Chart.Builder |
namespace(String namespace)
The default namespace for all objects defined in this chart (directly or indirectly).
|
@Stability(value=Stable) public static Chart.Builder create(software.constructs.Construct scope, String id)
scope
- This parameter is required.id
- This parameter is required.Chart.Builder
.@Stability(value=Stable) public Chart.Builder labels(Map<String,String> labels)
Default: - no common labels
labels
- Labels to apply to all resources in this chart. This parameter is required.this
@Stability(value=Stable) public Chart.Builder namespace(String namespace)
This namespace will only apply to objects that don't have a
namespace
explicitly defined for them.
Default: - no namespace is synthesized (usually this implies "default")
namespace
- The default namespace for all objects defined in this chart (directly or indirectly). This parameter is required.this
Copyright © 2021. All rights reserved.