Skip to content

Commit

Permalink
Update schemas for api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwaynecarr committed Oct 1, 2014
1 parent e032c30 commit f385939
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/doc/controller-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"type": "string",
"required": false
},
"namespace": {
"type": "string",
"required": false
},
"creationTimestamp": {
"type": "string",
"required": false
Expand Down
4 changes: 4 additions & 0 deletions api/doc/pod-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"type": "string",
"required": false
},
"namespace": {
"type": "string",
"required": false
},
"creationTimestamp": {
"type": "string",
"required": false
Expand Down
4 changes: 4 additions & 0 deletions api/doc/service-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"type": "string",
"required": false
},
"namespace": {
"type": "string",
"required": false
},
"creationTimestamp": {
"type": "string",
"required": false
Expand Down

0 comments on commit f385939

Please sign in to comment.