Skip to content

Commit

Permalink
default repo account
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeDavitt committed Oct 30, 2023
1 parent 4f05ef2 commit d9e0d62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/examples/clusterRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"podCidr": "172.20.0.0/16",
"serviceCidr": "172.30.0.0/16",
"nodeCount": 3,
"createUser": true
"createUser": true,
"defaultRepoAccount": 22
},
"name": "testpool",
"plan": {
Expand Down
5 changes: 5 additions & 0 deletions components/schemas/clusterServerCreate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ properties:
Key for specific host type configuration
The config parameter is for configuration options that are specific to each Provision Type. The Provision Types api can be used to see which options are available.
properties:
defaultRepoAccount:
type: integer
description: Default Git Account to be used when pulling images. Default behavior is to be anonymous, which does have limits on allowed image pulls from public Docker Repos.
nullable: true
serverType:
type: object
description: Server type to create. See `/api/server-types` for available server types for the cloud.
Expand Down

0 comments on commit d9e0d62

Please sign in to comment.