Skip to content

Commit

Permalink
Adding replica count check
Browse files Browse the repository at this point in the history
Signed-off-by: kpharasi <[email protected]>
  • Loading branch information
kpharasi committed Dec 10, 2024
1 parent 3e60f00 commit 47c8619
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admiral/pkg/controller/admiral/delegator_mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ func (m *MockDelegator) DoesGenerationMatch(ctx *log.Entry, i interface{}, i2 in
return false, nil
}

func (m *MockDelegator) IsOnlyReplicaCountChanged(ctx *log.Entry, i interface{}, i2 interface{}) (bool, error) {
return false, nil
}

func NewMockDelegator() *MockDelegator {
return &MockDelegator{}
}
Expand Down

0 comments on commit 47c8619

Please sign in to comment.