Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
  • Loading branch information
Pavel Okhlopkov committed Nov 15, 2024
1 parent 91c54cc commit e33ff1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/module_manager/models/modules/synchronization_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ import (
"github.com/deckhouse/deckhouse/pkg/log"
)

type TaskMetadata interface {
GetKubernetesBindingID() string
GetHookName() string
GetBinding() string
}

// kubernetesBindingSynchronizationState is a state of the single Synchronization task
// for one kubernetes binding.
type kubernetesBindingSynchronizationState struct {
Expand Down

0 comments on commit e33ff1e

Please sign in to comment.