Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-inf committed Jan 21, 2025
1 parent 0282966 commit 48ab945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (t *componentDeletionTransformer) handleCompDeleteWhenScaleIn(transCtx *com
return t.deleteCompResources(transCtx, graphCli, dag, comp, matchLabels, kindsForCompWipeOut())
}

// handleCompDeleteWhenClusterDelete handles the component deletion when the cluster is being deleted, the sub-resources owned by the component depends on the cluster's TerminationPolicy.
// handleCompDeleteWhenClusterDelete handles the component deletion when the cluster is being deleted.
func (t *componentDeletionTransformer) handleCompDeleteWhenClusterDelete(transCtx *componentTransformContext, graphCli model.GraphClient,
dag *graph.DAG, comp *appsv1.Component, matchLabels map[string]string) error {
var kinds []client.ObjectList
Expand Down

0 comments on commit 48ab945

Please sign in to comment.