/** *
The ulimit settings to pass to the container.
The type of the ulimit.
The soft limit for the ulimit type.
*/ softLimit: number; /** *The hard limit for the ulimit type.
*/ hardLimit: number; } export declare type _UnmarshalledUlimit = _Ulimit;