Add a ttl field in sandbox and automate cleanup of Pod once the TTL expires.
Reqs:
- Allow TTL to be disabled/enabled
- Allow TTL value to be modified after creation.
Few decisions to be made:
- When does the TTL timer start ? sandbox create vs pod create vs pod ready ?
- Do we delete just the Pod/Service or the Sandbox object as well ?
Implemented via #21