Documentation ¶
Index ¶
- type HttpPath
- func (*HttpPath) Descriptor() ([]byte, []int)
- func (this *HttpPath) Equal(that interface{}) bool
- func (m *HttpPath) GetHttpHealthCheck() *v3.HealthCheck_HttpHealthCheck
- func (*HttpPath) ProtoMessage()
- func (m *HttpPath) Reset()
- func (m *HttpPath) String() string
- func (m *HttpPath) XXX_DiscardUnknown()
- func (m *HttpPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HttpPath) XXX_Merge(src proto.Message)
- func (m *HttpPath) XXX_Size() int
- func (m *HttpPath) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
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 ¶
func (*HttpPath) GetHttpHealthCheck ¶
func (m *HttpPath) GetHttpHealthCheck() *v3.HealthCheck_HttpHealthCheck
func (*HttpPath) ProtoMessage ¶
func (*HttpPath) ProtoMessage()
func (*HttpPath) XXX_DiscardUnknown ¶
func (m *HttpPath) XXX_DiscardUnknown()
func (*HttpPath) XXX_Marshal ¶
func (*HttpPath) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.