Uses of Class
io.envoyproxy.envoy.config.filter.http.health_check.v2.HealthCheck.Builder
Packages that use HealthCheck.Builder
-
Uses of HealthCheck.Builder in io.envoyproxy.envoy.config.filter.http.health_check.v2
Methods in io.envoyproxy.envoy.config.filter.http.health_check.v2 that return HealthCheck.BuilderModifier and TypeMethodDescriptionHealthCheck.Builder.addAllHeaders(Iterable<? extends HeaderMatcher> values) Specifies a set of health check request headers to match on.HealthCheck.Builder.addHeaders(int index, HeaderMatcher value) Specifies a set of health check request headers to match on.HealthCheck.Builder.addHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of health check request headers to match on.HealthCheck.Builder.addHeaders(HeaderMatcher value) Specifies a set of health check request headers to match on.HealthCheck.Builder.addHeaders(HeaderMatcher.Builder builderForValue) Specifies a set of health check request headers to match on.HealthCheck.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheck.Builder.clear()HealthCheck.Builder.clearCacheTime()If operating in pass through mode, the amount of time in milliseconds that the filter should cache the upstream response.HealthCheck.Builder.clearClusterMinHealthyPercentages()HealthCheck.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HealthCheck.Builder.clearHeaders()Specifies a set of health check request headers to match on.HealthCheck.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HealthCheck.Builder.clearPassThroughMode()Specifies whether the filter operates in pass through mode or not.HealthCheck.Builder.clone()HealthCheck.Builder.mergeCacheTime(com.google.protobuf.Duration value) If operating in pass through mode, the amount of time in milliseconds that the filter should cache the upstream response.HealthCheck.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HealthCheck.Builder.mergeFrom(com.google.protobuf.Message other) HealthCheck.Builder.mergeFrom(HealthCheck other) HealthCheck.Builder.mergePassThroughMode(com.google.protobuf.BoolValue value) Specifies whether the filter operates in pass through mode or not.final HealthCheck.BuilderHealthCheck.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HealthCheck.BuilderHealthCheck.newBuilder()static HealthCheck.BuilderHealthCheck.newBuilder(HealthCheck prototype) HealthCheck.newBuilderForType()protected HealthCheck.BuilderHealthCheck.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HealthCheck.Builder.putAllClusterMinHealthyPercentages(Map<String, Percent> values) If operating in non-pass-through mode, specifies a set of upstream cluster names and the minimum percentage of servers in each of those clusters that must be healthy or degraded in order for the filter to return a 200. .. note:: This value is interpreted as an integer by truncating, so 12.50% will be calculated as if it were 12%.HealthCheck.Builder.putClusterMinHealthyPercentages(String key, Percent value) If operating in non-pass-through mode, specifies a set of upstream cluster names and the minimum percentage of servers in each of those clusters that must be healthy or degraded in order for the filter to return a 200. .. note:: This value is interpreted as an integer by truncating, so 12.50% will be calculated as if it were 12%.HealthCheck.Builder.removeClusterMinHealthyPercentages(String key) If operating in non-pass-through mode, specifies a set of upstream cluster names and the minimum percentage of servers in each of those clusters that must be healthy or degraded in order for the filter to return a 200. .. note:: This value is interpreted as an integer by truncating, so 12.50% will be calculated as if it were 12%.HealthCheck.Builder.removeHeaders(int index) Specifies a set of health check request headers to match on.HealthCheck.Builder.setCacheTime(com.google.protobuf.Duration value) If operating in pass through mode, the amount of time in milliseconds that the filter should cache the upstream response.HealthCheck.Builder.setCacheTime(com.google.protobuf.Duration.Builder builderForValue) If operating in pass through mode, the amount of time in milliseconds that the filter should cache the upstream response.HealthCheck.Builder.setHeaders(int index, HeaderMatcher value) Specifies a set of health check request headers to match on.HealthCheck.Builder.setHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of health check request headers to match on.HealthCheck.Builder.setPassThroughMode(com.google.protobuf.BoolValue value) Specifies whether the filter operates in pass through mode or not.HealthCheck.Builder.setPassThroughMode(com.google.protobuf.BoolValue.Builder builderForValue) Specifies whether the filter operates in pass through mode or not.HealthCheck.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final HealthCheck.BuilderHealthCheck.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HealthCheck.toBuilder()