Skip to main content
This release is 2 versions behind 4.1.7 — the latest version of @wok/helmet-mods. Jump to latest

Built and signed on GitHub Actions

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
23%
Published
2 weeks ago (4.1.5)
interface FdbClusterGeneration

Properties

stateless: { mode: "prod"; grvProxyCount: number; commitProxyCount: number; resolverCount: number; standbyCount: number; nodeSelector?: Record<string, string>; tolerations?: K8s["core.v1.Toleration"][]; resourceRequirements?: K8s["core.v1.ResourceRequirements"]; topologySpreadConstraints?: (labels: Record<string, string>) => Array<K8s["core.v1.TopologySpreadConstraint"]>; args?: string[]; } | { mode: "dev"; count?: number; nodeSelector?: Record<string, string>; tolerations?: K8s["core.v1.Toleration"][]; resourceRequirements?: K8s["core.v1.ResourceRequirements"]; topologySpreadConstraints?: (labels: Record<string, string>) => Array<K8s["core.v1.TopologySpreadConstraint"]>; args?: string[]; }
optional
image: string
optional
labels: Record<string, string>

Add Package

deno add jsr:@wok/helmet-mods

Import symbol

import { type FdbClusterGeneration } from "@wok/helmet-mods/fdb-cluster";

---- OR ----

Import directly with a jsr specifier

import { type FdbClusterGeneration } from "jsr:@wok/helmet-mods/fdb-cluster";

Add Package

npx jsr add @wok/helmet-mods

Import symbol

import { type FdbClusterGeneration } from "@wok/helmet-mods/fdb-cluster";

Add Package

yarn dlx jsr add @wok/helmet-mods

Import symbol

import { type FdbClusterGeneration } from "@wok/helmet-mods/fdb-cluster";

Add Package

pnpm dlx jsr add @wok/helmet-mods

Import symbol

import { type FdbClusterGeneration } from "@wok/helmet-mods/fdb-cluster";

Add Package

bunx jsr add @wok/helmet-mods

Import symbol

import { type FdbClusterGeneration } from "@wok/helmet-mods/fdb-cluster";