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

BareMetalClusterOperationsConfig

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

Specifies the bare metal user cluster's observability infrastructure.

interface BareMetalClusterOperationsConfig {
enableApplicationLogs?: boolean;
}

§Properties

§
enableApplicationLogs?: boolean
[src]

Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).