Home

envoy.config.core.v3.HealthStatusSet

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.config.core.v3.HealthStatusSet
.withStatuses([ types.envoy.config.core.v3.HealthStatus.UNKNOWN ])
._validate()

Fields

Name Type One-of group Required Constraints
statuses [] envoy.config.core.v3.HealthStatus   {"Repeated":{"items":{"Type":{"Enum":{"defined_only":true}}}}}