Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6bc3036 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yinnonbar committed Dec 18, 2024
1 parent 8a48e40 commit 2643dab
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
16 changes: 9 additions & 7 deletions index.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -54101,6 +54101,19 @@
}
}
},
"autoUpdate": {
"type": "object",
"title": "auto-update",
"description": "The Ocean Kubernetes AutoUpdate object. If set to 'true', Ocean will ensure that your clusters have an up-to-date configuration according to the respective GKE cluster.",
"properties": {
"isEnabled": {
"type": "boolean",
"description": "Enable the Ocean Kubernetes AutoUpdate.",
"default": true,
"example": true
}
}
},
"capacity": {
"type": "object",
"title": "Capacity Units",
Expand Down Expand Up @@ -54652,6 +54665,9 @@
"autoScaler": {
"$ref": "#/paths/~1ocean~1gcp~1k8s~1cluster/post/requestBody/content/application~1json/schema/allOf/0/properties/cluster/properties/autoScaler"
},
"autoUpdate": {
"$ref": "#/paths/~1ocean~1gcp~1k8s~1cluster/post/requestBody/content/application~1json/schema/allOf/0/properties/cluster/properties/autoUpdate"
},
"capacity": {
"$ref": "#/paths/~1ocean~1gcp~1k8s~1cluster/post/requestBody/content/application~1json/schema/allOf/0/properties/cluster/properties/capacity"
},
Expand Down Expand Up @@ -54926,6 +54942,9 @@
"autoScaler": {
"$ref": "#/paths/~1ocean~1gcp~1k8s~1cluster/post/requestBody/content/application~1json/schema/allOf/0/properties/cluster/properties/autoScaler"
},
"autoUpdate": {
"$ref": "#/paths/~1ocean~1gcp~1k8s~1cluster/post/requestBody/content/application~1json/schema/allOf/0/properties/cluster/properties/autoUpdate"
},
"capacity": {
"$ref": "#/paths/~1ocean~1gcp~1k8s~1cluster/post/requestBody/content/application~1json/schema/allOf/0/properties/cluster/properties/capacity"
},
Expand Down Expand Up @@ -59117,6 +59136,9 @@
"autoScaler": {
"$ref": "#/paths/~1ocean~1gcp~1k8s~1cluster/post/requestBody/content/application~1json/schema/allOf/0/properties/cluster/properties/autoScaler"
},
"autoUpdate": {
"$ref": "#/paths/~1ocean~1gcp~1k8s~1cluster/post/requestBody/content/application~1json/schema/allOf/0/properties/cluster/properties/autoUpdate"
},
"capacity": {
"$ref": "#/paths/~1ocean~1gcp~1k8s~1cluster/post/requestBody/content/application~1json/schema/allOf/0/properties/cluster/properties/capacity"
},
Expand Down

0 comments on commit 2643dab

Please sign in to comment.