Skip to content

@nogoo9/no-crd / index / MODE

Variable: MODE

const MODE: "cluster" | "namespaced"

Defined in: src/k8s/config.ts:12

Access mode for the orchestration manager.

  • "cluster": Allows operating across all namespaces if permissions permit.
  • "namespaced": Locks the server operation to a single namespace.