Bring back StatefulSet support

It's based on previous wotk on PetSets, but is adapted for
Kubernetes 1.5.

Change-Id: Ia1a18503514c2bfd6d90e6e265df33ede61e74d2
This commit is contained in:
Yuriy Taraday
2017-01-09 16:24:45 -08:00
parent dcf1cd736d
commit 968a65fbf2
6 changed files with 62 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ service
* - kind
- Kind of k8s object to use for containers deployment.
- false
- one of: ["Deployment", "DaemonSet"]
- one of: ["Deployment", "DaemonSet", "StatefulSet"]
- Deployment
* - containers
- List of containers under multi-container pod.