Documentation ¶
Index ¶
- Variables
- type HttpPath
- func (m *HttpPath) Clone() proto.Message
- func (*HttpPath) Descriptor() ([]byte, []int)deprecated
- func (m *HttpPath) Equal(that interface{}) bool
- func (x *HttpPath) GetHttpHealthCheck() *v3.HealthCheck_HttpHealthCheck
- func (m *HttpPath) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *HttpPath) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*HttpPath) ProtoMessage()
- func (x *HttpPath) ProtoReflect() protoreflect.Message
- func (x *HttpPath) Reset()
- func (x *HttpPath) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_solo_io_gloo_projects_gloo_api_external_envoy_extensions_http_path_http_path_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HttpPath ¶
type HttpPath struct { // Http health check. HttpHealthCheck *v3.HealthCheck_HttpHealthCheck `protobuf:"bytes,1,opt,name=http_health_check,json=httpHealthCheck,proto3" json:"http_health_check,omitempty"` // contains filtered or unexported fields }
Same as HTTP health checker, but allows a custom path per endpoint The http path to use can be overriden using endpoint metadata. The endpoint specific path should be in the "io.solo.health_checkers.http_path" namespace, under a string value named "path".
func (*HttpPath) Descriptor
deprecated
func (*HttpPath) GetHttpHealthCheck ¶
func (x *HttpPath) GetHttpHealthCheck() *v3.HealthCheck_HttpHealthCheck
func (*HttpPath) Hash
deprecated
added in
v1.6.0
func (*HttpPath) HashUnique ¶
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*HttpPath) ProtoMessage ¶
func (*HttpPath) ProtoMessage()
func (*HttpPath) ProtoReflect ¶ added in v1.6.0
func (x *HttpPath) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.