View Source GoogleApi.Container.V1.Model.AdvancedDatapathObservabilityConfig (google_api_container v0.45.0)

AdvancedDatapathObservabilityConfig specifies configuration of observability features of advanced datapath.

Attributes

  • enableMetrics (type: boolean(), default: nil) - Expose flow metrics on nodes
  • enableRelay (type: boolean(), default: nil) - Enable Relay component
  • relayMode (type: String.t, default: nil) - Method used to make Relay available

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.AdvancedDatapathObservabilityConfig{
  enableMetrics: boolean() | nil,
  enableRelay: boolean() | nil,
  relayMode: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.