Namespace
Source:
src/Kubernetes/Namespace.ts
A Kubernetes namespace bound to an EKS cluster.
Examples
Section titled “Examples”const ns = yield* Namespace("demo", { cluster,});Source:
src/Kubernetes/Namespace.ts
A Kubernetes namespace bound to an EKS cluster.
const ns = yield* Namespace("demo", { cluster,});