| 31 | ) |
| 32 | |
| 33 | type WorkloadAction struct { |
| 34 | OpsRequest *opsv1alpha1.OpsRequest |
| 35 | Cluster *appsv1.Cluster |
| 36 | OpsDef *opsv1alpha1.OpsDefinition |
| 37 | CustomCompOps *opsv1alpha1.CustomOpsComponent |
| 38 | Comp *appsv1.ClusterComponentSpec |
| 39 | progressDetail opsv1alpha1.ProgressStatusDetail |
| 40 | } |
| 41 | |
| 42 | func NewWorkloadAction(opsRequest *opsv1alpha1.OpsRequest, |
| 43 | cluster *appsv1.Cluster, |
nothing calls this directly
no outgoing calls
no test coverage detected