| 36 | ) |
| 37 | |
| 38 | type DeploymentAction interface { |
| 39 | Execute(deployment *v1.Deployment, props v1.InheritedProps, ctx context.Context) error |
| 40 | } |
| 41 | |
| 42 | type DeploymentActionImpl struct { |
| 43 | logger *zap.SugaredLogger |
no outgoing calls
no test coverage detected
searching dependent graphs…