Skip to content

Commit

Permalink
feat: add max pods parameter to node pool instances schema
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Nov 27, 2023
1 parent 3f39961 commit 7b9ec59
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/apis/ekscluster/v1alpha2/private/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pkg/apis/ekscluster/v1alpha2/public/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions schemas/private/ekscluster-kfd-v1alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,9 @@
},
"volumeSize": {
"type": "integer"
},
"maxPods": {
"type": "integer"
}
},
"required": [
Expand Down
3 changes: 3 additions & 0 deletions schemas/public/ekscluster-kfd-v1alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,9 @@
},
"volumeSize": {
"type": "integer"
},
"maxPods": {
"type": "integer"
}
},
"required": ["type"]
Expand Down

0 comments on commit 7b9ec59

Please sign in to comment.