From d9e0d625e43382bab23c54d1c149304d0603b9e0 Mon Sep 17 00:00:00 2001 From: Luke Davitt Date: Mon, 30 Oct 2023 14:17:43 -0400 Subject: [PATCH] default repo account --- components/examples/clusterRequest.json | 3 ++- components/schemas/clusterServerCreate.yaml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/components/examples/clusterRequest.json b/components/examples/clusterRequest.json index 7753a93e..29a2e578 100644 --- a/components/examples/clusterRequest.json +++ b/components/examples/clusterRequest.json @@ -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": { diff --git a/components/schemas/clusterServerCreate.yaml b/components/schemas/clusterServerCreate.yaml index eaaebd1c..31743ee5 100644 --- a/components/schemas/clusterServerCreate.yaml +++ b/components/schemas/clusterServerCreate.yaml @@ -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.