engine-api
engine-api copied to clipboard
ContainerCreateConfig should be available in versions
Because ContainerCreateConfig takes a Container.Config (types/configs.go#L13), we should have an older version that allows the extra fields available in v1p19's (types/versions/v1p19/types.go#L23) and v1p20's ContainerConfig (types/v1p20/types.go#L20)
@travisby check #144