Skip to content

Commit b7ce14d

Browse files
author
Furkhat Kasymov Genii Uulu
committed
deprecate custom_instances_enabled in autoscaler policy in favor of node template
1 parent 28937b8 commit b7ce14d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

castai/resource_autoscaler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ func resourceAutoscaler() *schema.Resource {
256256
Type: schema.TypeBool,
257257
Optional: true,
258258
Default: false,
259+
Deprecated: "customInstancesEnabled is deprecated. Use custom_instances_enabled field the node template resource.",
259260
Description: "enable/disable custom instances policy.",
260261
},
261262
},

castai/sdk/api.gen.go

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/resources/autoscaler.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)