compose-spec / compose-go

Reference library for parsing and loading Compose YAML files

Home Page:https://compose-spec.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential typo in types.Resource Pids field name

aaraney opened this issue · comments

PIds int64 `yaml:"pids,omitempty" json:"pids,omitempty"`

Was this intended to be spelled this way? Or should it be spelled Pids? The analog, ResourceLimit, of this struct in github.com/docker/cli/cli/compose/types used Pids.

LMK if this is the case and im happy to submit a PR!

That's indeed a typo.
A PR is welcome so you will be listed as a new contributor :)