Skip to content

Commit 3d7014e

Browse files
committed
fix spelling of types.Resource Pid field. fixes #400
Signed-off-by: Austin Raney <[email protected]>
1 parent ec9cd70 commit 3d7014e

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)