Skip to content

Commit 951cb1d

Browse files
authored
Merge pull request #404 from aaraney/fix_400
2 parents 18d12cf + 3d7014e commit 951cb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ type Resource struct {
640640
// TODO: types to convert from units and ratios
641641
NanoCPUs string `yaml:"cpus,omitempty" json:"cpus,omitempty"`
642642
MemoryBytes UnitBytes `yaml:"memory,omitempty" json:"memory,omitempty"`
643-
PIds int64 `yaml:"pids,omitempty" json:"pids,omitempty"`
643+
Pids int64 `yaml:"pids,omitempty" json:"pids,omitempty"`
644644
Devices []DeviceRequest `yaml:"devices,omitempty" json:"devices,omitempty"`
645645
GenericResources []GenericResource `yaml:"generic_resources,omitempty" json:"generic_resources,omitempty"`
646646

0 commit comments

Comments
 (0)