Uses of Interface
io.envoyproxy.envoy.config.bootstrap.v3.WatchdogsOrBuilder
-
Packages that use WatchdogsOrBuilder Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of WatchdogsOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Classes in io.envoyproxy.envoy.config.bootstrap.v3 that implement WatchdogsOrBuilder Modifier and Type Class Description class
Watchdogs
Allows you to specify different watchdog configs for different subsystems.static class
Watchdogs.Builder
Allows you to specify different watchdog configs for different subsystems.Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type WatchdogsOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Watchdogs,Watchdogs.Builder,WatchdogsOrBuilder>
Bootstrap.Builder. watchdogsBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return WatchdogsOrBuilder Modifier and Type Method Description WatchdogsOrBuilder
Bootstrap.Builder. getWatchdogsOrBuilder()
Optional watchdogs configuration.WatchdogsOrBuilder
Bootstrap. getWatchdogsOrBuilder()
Optional watchdogs configuration.WatchdogsOrBuilder
BootstrapOrBuilder. getWatchdogsOrBuilder()
Optional watchdogs configuration.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type WatchdogsOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Watchdogs,Watchdogs.Builder,WatchdogsOrBuilder>
Bootstrap.Builder. getWatchdogsFieldBuilder()
Optional watchdogs configuration.
-