NodePoolLoggingConfig

NodePoolLoggingConfig specifies logging configuration for nodepools.

JSON representation
{
 "variantConfig": {
 object (LoggingVariantConfig )
 }
}
Fields
variantConfig

object (LoggingVariantConfig )

Logging variant configuration.

LoggingVariantConfig

LoggingVariantConfig specifies the behaviour of the logging component.

JSON representation
{
 "variant": enum (Variant )
}
Fields
variant

enum (Variant )

Logging variant deployed on nodes.

Variant

Logging component variants.

Enums
VARIANT_UNSPECIFIED Default value. This shouldn't be used.
DEFAULT default logging variant.
MAX_THROUGHPUT maximum logging throughput variant.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月21日 UTC.