Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StartupConfig

import type { StartupConfig } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Configuration to handle the startup of instances during cluster create and update process.

interface StartupConfig {
requiredRegistrationFraction?: number;
}

§Properties

§
requiredRegistrationFraction?: number
[src]

Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).