Skip to content

Commit

Permalink
spelling: invalidate
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Nov 20, 2024
1 parent c4b04b9 commit 5ee9ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/kubectl-plan/pkg/plan/planner.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (r *Planner) BuildPlan(ctx context.Context, objects []*unstructured.Unstruc
resource, err := target.ResourceForGVK(ctx, gvk)
if err != nil {
// The Kind doesn't even exist; the object can't exist already
// TODO: We should invalide mappings above, in case our cache is out of date
// TODO: We should invalidate mappings above, in case our cache is out of date
action.Type = ActionTypeCreate
plan.Spec.Actions = append(plan.Spec.Actions, action)
continue
Expand Down

0 comments on commit 5ee9ea4

Please sign in to comment.