File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
mcad-operator/helm-charts/mcad-controller/templates Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -795,6 +795,18 @@ spec:
795
795
type : boolean
796
796
message :
797
797
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
798
810
pending :
799
811
description : The number of pending pods.
800
812
format : int32
Original file line number Diff line number Diff line change @@ -795,6 +795,18 @@ spec:
795
795
type : boolean
796
796
message :
797
797
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
798
810
pending :
799
811
description : The number of pending pods.
800
812
format : int32
Original file line number Diff line number Diff line change @@ -7762,6 +7762,18 @@ spec:
7762
7762
type: boolean
7763
7763
message:
7764
7764
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
7765
7777
pending:
7766
7778
description: The number of pending pods.
7767
7779
format: int32
You can’t perform that action at this time.
0 commit comments