Skip to content

Commit adbe374

Browse files
committed
update CRDs
1 parent 0040e4c commit adbe374

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

config/crd/bases/mcad.ibm.com_appwrappers.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,18 @@ spec:
795795
type: boolean
796796
message:
797797
type: string
798+
totalcpu:
799+
description: The number of cpu consumed by all pods belonging to an appwrapper.
800+
format: int32
801+
type: integer
802+
totalmemory:
803+
description: The amount of memory consumed by all pods belonging to an appwrapper.
804+
format: int32
805+
type: integer
806+
totalgpu:
807+
description: The total number of GPUs consumed by all pods belonging to an appwrapper.
808+
format: int32
809+
type: integer
798810
pending:
799811
description: The number of pending pods.
800812
format: int32

deployment/mcad-controller/crds/mcad.ibm.com_appwrappers.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,18 @@ spec:
795795
type: boolean
796796
message:
797797
type: string
798+
totalcpu:
799+
description: The number of cpu consumed by all pods belonging to an appwrapper.
800+
format: int32
801+
type: integer
802+
totalmemory:
803+
description: The amount of memory consumed by all pods belonging to an appwrapper.
804+
format: int32
805+
type: integer
806+
totalgpu:
807+
description: The total number of GPUs consumed by all pods belonging to an appwrapper.
808+
format: int32
809+
type: integer
798810
pending:
799811
description: The number of pending pods.
800812
format: int32

deployment/mcad-operator/helm-charts/mcad-controller/templates/deployment.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7762,6 +7762,18 @@ spec:
77627762
type: boolean
77637763
message:
77647764
type: string
7765+
totalcpu:
7766+
description: The number of cpu consumed by all pods belonging to an appwrapper.
7767+
format: int32
7768+
type: integer
7769+
totalmemory:
7770+
description: The amount of memory consumed by all pods belonging to an appwrapper.
7771+
format: int32
7772+
type: integer
7773+
totalgpu:
7774+
description: The total number of GPUs consumed by all pods belonging to an appwrapper.
7775+
format: int32
7776+
type: integer
77657777
pending:
77667778
description: The number of pending pods.
77677779
format: int32

0 commit comments

Comments
 (0)