We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039851a commit b634bc8Copy full SHA for b634bc8
pkg/controller/v1alpha1/cluster_types.go
@@ -160,6 +160,7 @@ type GpuUtilization struct {
160
161
type Reserved struct {
162
SliceName string `json:"sliceName,omitempty"`
163
+ GprName string `json:"gprName,omitempty"`
164
NumReservedGPUs uint `json:"numReservedGPUs,omitempty"`
165
GPUSliceProfileName string `json:"gpuSliceProfileName,omitempty"`
166
}
0 commit comments