Skip to content

Commit b634bc8

Browse files
committed
fix(): add gpr name
Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>
1 parent 039851a commit b634bc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/v1alpha1/cluster_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ type GpuUtilization struct {
160160

161161
type Reserved struct {
162162
SliceName string `json:"sliceName,omitempty"`
163+
GprName string `json:"gprName,omitempty"`
163164
NumReservedGPUs uint `json:"numReservedGPUs,omitempty"`
164165
GPUSliceProfileName string `json:"gpuSliceProfileName,omitempty"`
165166
}

0 commit comments

Comments
 (0)