update ceph-common to 10.2.11-0ubuntu0.16.04.2
[yaml_builds.git] / site_type / sriov / airship-treasuremap / global / v4.0 / schemas / promenade / Kubelet / v1.yaml
1 ---
2 schema: deckhand/DataSchema/v1
3 metadata:
4   schema: metadata/Control/v1
5   name: promenade/Kubelet/v1
6   labels:
7     application: promenade
8 data:
9   $schema: http://json-schema.org/schema#
10   type: object
11   definitions:
12     image:
13       type: string
14       # XXX add regex
15
16   properties:
17     images:
18       type: object
19       properties:
20         pause:
21           $ref: '#/definitions/image'
22       required:
23         - pause
24       additionalProperties: false
25     arguments:
26       type: array
27       items:
28         type: string
29   required:
30     - images
31   additionalProperties: false