change ref docs url format from 1_5 to v1.5

This commit is contained in:
Phillip Wittrock
2017-01-13 09:56:34 -08:00
parent f3231a2130
commit 69582c2d8c
3768 changed files with 8 additions and 8 deletions
@@ -0,0 +1,33 @@
-----------
# Handler v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | Handler
Handler defines a specific action that should be taken
<aside class="notice">
Appears In <a href="#lifecycle-v1">Lifecycle</a> </aside>
Field | Description
------------ | -----------
exec <br /> *[ExecAction](#execaction-v1)* | One and only one of the following should be specified. Exec specifies the action to take.
httpGet <br /> *[HTTPGetAction](#httpgetaction-v1)* | HTTPGet specifies the http request to perform.
tcpSocket <br /> *[TCPSocketAction](#tcpsocketaction-v1)* | TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported