Uses of Interface
io.envoyproxy.envoy.config.core.v3.HealthCheck.TlsOptionsOrBuilder
-
Packages that use HealthCheck.TlsOptionsOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of HealthCheck.TlsOptionsOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement HealthCheck.TlsOptionsOrBuilder Modifier and Type Class Description static class
HealthCheck.TlsOptions
Health checks occur over the transport socket specified for the cluster.static class
HealthCheck.TlsOptions.Builder
Health checks occur over the transport socket specified for the cluster.Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthCheck.TlsOptionsOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<HealthCheck.TlsOptions,HealthCheck.TlsOptions.Builder,HealthCheck.TlsOptionsOrBuilder>
HealthCheck.Builder. tlsOptionsBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheck.TlsOptionsOrBuilder Modifier and Type Method Description HealthCheck.TlsOptionsOrBuilder
HealthCheck.Builder. getTlsOptionsOrBuilder()
This allows overriding the cluster TLS settings, just for health check connections.HealthCheck.TlsOptionsOrBuilder
HealthCheck. getTlsOptionsOrBuilder()
This allows overriding the cluster TLS settings, just for health check connections.HealthCheck.TlsOptionsOrBuilder
HealthCheckOrBuilder. getTlsOptionsOrBuilder()
This allows overriding the cluster TLS settings, just for health check connections.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthCheck.TlsOptionsOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<HealthCheck.TlsOptions,HealthCheck.TlsOptions.Builder,HealthCheck.TlsOptionsOrBuilder>
HealthCheck.Builder. getTlsOptionsFieldBuilder()
This allows overriding the cluster TLS settings, just for health check connections.
-