| 48 | } |
| 49 | |
| 50 | type LifecycleScripts struct { |
| 51 | OnCreateCommand LifecycleScript `json:"onCreateCommand"` |
| 52 | UpdateContentCommand LifecycleScript `json:"updateContentCommand"` |
| 53 | PostCreateCommand LifecycleScript `json:"postCreateCommand"` |
| 54 | PostStartCommand LifecycleScript `json:"postStartCommand"` |
| 55 | } |
| 56 | |
| 57 | type BuildSpec struct { |
| 58 | Dockerfile string `json:"dockerfile"` |
nothing calls this directly
no outgoing calls
no test coverage detected