Commit 0d045bf8 authored by Geoff Simmons's avatar Geoff Simmons

Document some fields in vcl.Spec.

parent 86b2d1aa
......@@ -772,8 +772,13 @@ type Spec struct {
// ACLs is a list of specifications for whitelisting or
// blacklisting IPs with access control lists, derived from
// VarnishConfig.Spec.ACLs.
ACLs []ACL
Rewrites []Rewrite
ACLs []ACL
// Rewrites is a list of specifications for header and URL
// rewriting, derived from VarnishConfig.Spec.Rewrites.
Rewrites []Rewrite
// Dispositions is a list of specifications for the
// disposition of client requests, derived from
// VarnishConfig.Spec.ReqDispositions.
Dispositions []DispositionSpec
}
......
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