Skip to content

Commit

Permalink
Leave to-dos for VReplicaSet controller (#556)
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd authored Oct 3, 2024
1 parent b12c762 commit 710a7e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/v2/controllers/vreplicaset_controller/exec/reconciler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ use vstd::seq_lib::*;

verus! {

// TODO:
// + Skip reconciling if ReplicaSet has non-nil deletion_timestamp
//
// + Adopt and release pods based on ownership and labels
//
// + Update ReplicaSet status based on Pod status

// VReplicaSetReconcileState describes the local state with which the reconcile functions makes decisions.
pub struct VReplicaSetReconcileState {
pub reconcile_step: VReplicaSetReconcileStep,
Expand Down

0 comments on commit 710a7e6

Please sign in to comment.