Home

envoy.extensions.watchdog.profile_action.v3.ProfileActionConfig

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.watchdog.profile_action.v3.ProfileActionConfig
.withMaxProfiles(1)
.withProfileDuration(types.google.protobuf.Duration)
.withProfilePath('string')
._validate()

Fields

Name Type One-of group Required Constraints
max_profiles uint64  
profile_duration google.protobuf.Duration  
profile_path string   {"String_":{"WellKnown":null,"min_len":1}}