MCPcopy
hub / github.com/apecloud/kubeblocks / WorkloadAction

Struct WorkloadAction

pkg/operations/custom/action_workload.go:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type 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
42func NewWorkloadAction(opsRequest *opsv1alpha1.OpsRequest,
43 cluster *appsv1.Cluster,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected