Commit 5d9e6c84 authored by Geoff Simmons's avatar Geoff Simmons

Comment fix.

parent 7aed207b
...@@ -63,7 +63,7 @@ type SelfShardSpec struct { ...@@ -63,7 +63,7 @@ type SelfShardSpec struct {
Probe ProbeSpec `json:"probe,omitempty"` Probe ProbeSpec `json:"probe,omitempty"`
} }
// ProbeSpec specifies health probes in use for self-sharding. // ProbeSpec specifies health probes for self-sharding and BackendConfig.
// see: https://code.uplex.de/uplex-varnish/k8s-ingress/blob/master/docs/self-sharding.md // see: https://code.uplex.de/uplex-varnish/k8s-ingress/blob/master/docs/self-sharding.md
type ProbeSpec struct { type ProbeSpec struct {
URL string `json:"url,omitempty"` URL string `json:"url,omitempty"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment