Skip to content

Commit

Permalink
chore: update actions.summerwind.dev to master branch state (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langleu authored Aug 26, 2023
1 parent f0d0b0e commit 330cfb5
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"type": "integer"
},
"scaleTargetRef": {
"description": "ScaleTargetRef sis the reference to scaled resource like RunnerDeployment",
"description": "ScaleTargetRef is the reference to scaled resource like RunnerDeployment",
"properties": {
"kind": {
"description": "Kind is the type of resource being referenced",
Expand Down
12 changes: 12 additions & 0 deletions actions.summerwind.dev/runner_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2064,6 +2064,18 @@
"dockerRegistryMirror": {
"type": "string"
},
"dockerVarRunVolumeSizeLimit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
"x-kubernetes-int-or-string": true
},
"dockerVolumeMounts": {
"items": {
"description": "VolumeMount describes a mounting of a Volume within a container.",
Expand Down
12 changes: 12 additions & 0 deletions actions.summerwind.dev/runnerdeployment_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2154,6 +2154,18 @@
"dockerRegistryMirror": {
"type": "string"
},
"dockerVarRunVolumeSizeLimit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
"x-kubernetes-int-or-string": true
},
"dockerVolumeMounts": {
"items": {
"description": "VolumeMount describes a mounting of a Volume within a container.",
Expand Down
12 changes: 12 additions & 0 deletions actions.summerwind.dev/runnerreplicaset_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2154,6 +2154,18 @@
"dockerRegistryMirror": {
"type": "string"
},
"dockerVarRunVolumeSizeLimit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
"x-kubernetes-int-or-string": true
},
"dockerVolumeMounts": {
"items": {
"description": "VolumeMount describes a mounting of a Volume within a container.",
Expand Down
12 changes: 12 additions & 0 deletions actions.summerwind.dev/runnerset_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
"dockerRegistryMirror": {
"type": "string"
},
"dockerVarRunVolumeSizeLimit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"pattern": "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$",
"x-kubernetes-int-or-string": true
},
"dockerdWithinRunnerContainer": {
"type": "boolean"
},
Expand Down

0 comments on commit 330cfb5

Please sign in to comment.