Skip to content
Merged

fix #26

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions internal/provider/workload_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,12 @@ func (r *WorkloadRuleResource) Schema(ctx context.Context, req resource.SchemaRe
"oom_max_reactions": schema.Int32Attribute{
Description: "Maximum number of OOM reactions before giving up",
Optional: true,
Computed: true,
},
"oom_cooldown_seconds": schema.Int32Attribute{
Description: "Seconds to wait between OOM reactions",
Optional: true,
Computed: true,
},
"cpu_throttling_enabled": schema.BoolAttribute{
Description: "React to CPU throttling by increasing CPU request",
Expand Down
Loading