Skip to content

@nogoo9/no-crd / index / LocalTemplate

Interface: LocalTemplate

Defined in: src/k8s/local-templates.ts:12

Unified template shape returned by both ConfigMap and local template readers.

Properties

annotations

annotations: Record<string, string>

Defined in: src/k8s/local-templates.ts:14


labels?

optional labels?: Record<string, string>

Defined in: src/k8s/local-templates.ts:15


name

name: string

Defined in: src/k8s/local-templates.ts:13


spec

spec: Record<string, unknown>

Defined in: src/k8s/local-templates.ts:16


version

version: string

Defined in: src/k8s/local-templates.ts:17