1 2 3 4 5 6 7 8
package specgen import ( "github.com/containers/common/pkg/config" ) func (s *SpecGenerator) InitResourceLimits(rtc *config.Config) { }