import "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/health_check/v3"
health_check.pb.go health_check.pb.validate.go
var File_envoy_extensions_filters_http_health_check_v3_health_check_proto protoreflect.FileDescriptor
type HealthCheck struct { // Specifies whether the filter operates in pass through mode or not. PassThroughMode *wrappers.BoolValue `protobuf:"bytes,1,opt,name=pass_through_mode,json=passThroughMode,proto3" json:"pass_through_mode,omitempty"` // If operating in pass through mode, the amount of time in milliseconds // that the filter should cache the upstream response. CacheTime *duration.Duration `protobuf:"bytes,3,opt,name=cache_time,json=cacheTime,proto3" json:"cache_time,omitempty"` // 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%. ClusterMinHealthyPercentages map[string]*v3.Percent `protobuf:"bytes,4,rep,name=cluster_min_healthy_percentages,json=clusterMinHealthyPercentages,proto3" json:"cluster_min_healthy_percentages,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // Specifies a set of health check request headers to match on. The health check filter will // check a request’s headers against all the specified headers. To specify the health check // endpoint, set the ``:path`` header to match on. Headers []*v31.HeaderMatcher `protobuf:"bytes,5,rep,name=headers,proto3" json:"headers,omitempty"` // contains filtered or unexported fields }
[#next-free-field: 6]
func (*HealthCheck) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheck.ProtoReflect.Descriptor instead.
func (x *HealthCheck) GetCacheTime() *duration.Duration
func (x *HealthCheck) GetClusterMinHealthyPercentages() map[string]*v3.Percent
func (x *HealthCheck) GetHeaders() []*v31.HeaderMatcher
func (x *HealthCheck) GetPassThroughMode() *wrappers.BoolValue
func (*HealthCheck) ProtoMessage()
func (x *HealthCheck) ProtoReflect() protoreflect.Message
func (x *HealthCheck) Reset()
func (x *HealthCheck) String() string
func (m *HealthCheck) Validate() error
Validate checks the field values on HealthCheck with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HealthCheckValidationError struct {
// contains filtered or unexported fields
}
HealthCheckValidationError is the validation error returned by HealthCheck.Validate if the designated constraints aren't met.
func (e HealthCheckValidationError) Cause() error
Cause function returns cause value.
func (e HealthCheckValidationError) Error() string
Error satisfies the builtin error interface
func (e HealthCheckValidationError) ErrorName() string
ErrorName returns error name.
func (e HealthCheckValidationError) Field() string
Field function returns field value.
func (e HealthCheckValidationError) Key() bool
Key function returns key value.
func (e HealthCheckValidationError) Reason() string
Reason function returns reason value.
Package envoy_extensions_filters_http_health_check_v3 imports 22 packages (graph) and is imported by 7 packages. Updated 2021-01-08. Refresh now. Tools for package owners.