Skip to content

Commit

Permalink
fix(cor-1061) Set karpenter limits as integer
Browse files Browse the repository at this point in the history
  • Loading branch information
mzottola committed Dec 30, 2024
1 parent 98b036e commit 4a5fafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20040,10 +20040,10 @@ components:
- max_memory_in_gibibytes
properties:
max_cpu_in_vcpu:
type: number
type: integer
description: "CPU limit that will be applied for the node pool (in vCPU unit: 1 vCPU = 1000 millicores)"
max_memory_in_gibibytes:
type: number
type: integer
description: "Memory limit that will be applied for the node pool (in Gibibytes unit: 1Gi = 1024 mebibytes)"
ClusterLockRequest:
title: ClusterLockRequest
Expand Down

0 comments on commit 4a5fafd

Please sign in to comment.