update example/liveness to v1beta3;

update the exec-liveness.yaml to reflect PR#8011
add a README
This commit is contained in:
Chao Xu
2015-05-13 13:03:28 -07:00
parent c50f906170
commit 2dcecf1f65
6 changed files with 117 additions and 94 deletions

View File

@@ -164,6 +164,10 @@ func TestExampleObjectSchemas(t *testing.T) {
"../examples/glusterfs/v1beta3": {
"glusterfs": &api.Pod{},
},
"../examples/liveness": {
"exec-liveness": &api.Pod{},
"http-liveness": &api.Pod{},
},
"../examples": {
"pod": &api.Pod{},
"replication": &api.ReplicationController{},