Skip to content

Commit

Permalink
typo: Fix DeletedStatus description
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinlim committed Mar 28, 2022
1 parent a477b3f commit 38da36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/execution/v1alpha1/job_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ type TaskRef struct {
// reconciled as deleted. If the task is deleted, Status cannot be reconciled
// from the task any more, and instead uses information stored in DeletedStatus.
// In other words, this field acts as a tombstone marker, and is only used after
// the task object is already deleted. complete.
// the deletion of the task object is complete.
//
// While the task is in the process of being deleted (i.e. deletionTimestamp is
// set but object still exists), Status will still be reconciled from the actual
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/execution.furiko.io_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4287,7 +4287,7 @@ spec:
format: date-time
type: string
deletedStatus:
description: "DeletedStatus, if set, specifies a placeholder Status of the task after it is reconciled as deleted. If the task is deleted, Status cannot be reconciled from the task any more, and instead uses information stored in DeletedStatus. In other words, this field acts as a tombstone marker, and is only used after the task object is already deleted. complete. \n While the task is in the process of being deleted (i.e. deletionTimestamp is set but object still exists), Status will still be reconciled from the actual task's status. \n If the task is already deleted and DeletedStatus is also not set, then the task's state will be marked as TaskDeletedFinalStateUnknown."
description: "DeletedStatus, if set, specifies a placeholder Status of the task after it is reconciled as deleted. If the task is deleted, Status cannot be reconciled from the task any more, and instead uses information stored in DeletedStatus. In other words, this field acts as a tombstone marker, and is only used after the deletion of the task object is complete. \n While the task is in the process of being deleted (i.e. deletionTimestamp is set but object still exists), Status will still be reconciled from the actual task's status. \n If the task is already deleted and DeletedStatus is also not set, then the task's state will be marked as TaskDeletedFinalStateUnknown."
properties:
message:
description: Descriptive message for the task's status.
Expand Down

0 comments on commit 38da36d

Please sign in to comment.