Skip to content

@openfabr/cdf / Exports / cdk8s / ProjectChartProps

Interface: ProjectChartProps<IPC, GC, NC, CC, SC, RC>

cdk8s.ProjectChartProps

Properties for ProjectChart.

Type parameters

Name Type
IPC extends InfraPlanConstructs
GC extends GeneralConfig
NC extends NetworkConfig
CC extends ComponentConfig
SC extends ServiceConfig
RC extends RelationConfig

Hierarchy

  • ChartProps

ProjectChartProps

Table of contents

Properties

Properties

handler

Optional handler: ResultHandler

Defined in

src/lib/bootstrap/cdk8s/chart.ts:30


labels

Optional Readonly labels: Object

Labels to apply to all resources in this chart.

Default

  • no common labels

Index signature

▪ [name: string]: string

Inherited from

ChartProps.labels

Defined in

node_modules/cdk8s/lib/chart.d.ts:17


namespace

Optional Readonly namespace: string

The default namespace for all objects defined in this chart (directly or indirectly). 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")

Inherited from

ChartProps.namespace

Defined in

node_modules/cdk8s/lib/chart.d.ts:11


orchestrator

orchestrator: Orchestrator<IPC, GC, NC, CC, SC, RC>

Defined in

src/lib/bootstrap/cdk8s/chart.ts:29