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.
2 parents 18d12cf + 3d7014e commit 951cb1dCopy full SHA for 951cb1d
types/types.go
@@ -640,7 +640,7 @@ type Resource struct {
640
// TODO: types to convert from units and ratios
641
NanoCPUs string `yaml:"cpus,omitempty" json:"cpus,omitempty"`
642
MemoryBytes UnitBytes `yaml:"memory,omitempty" json:"memory,omitempty"`
643
- PIds int64 `yaml:"pids,omitempty" json:"pids,omitempty"`
+ Pids int64 `yaml:"pids,omitempty" json:"pids,omitempty"`
644
Devices []DeviceRequest `yaml:"devices,omitempty" json:"devices,omitempty"`
645
GenericResources []GenericResource `yaml:"generic_resources,omitempty" json:"generic_resources,omitempty"`
646
0 commit comments