Skip to content

Commit

Permalink
Consolidate controller code
Browse files Browse the repository at this point in the history
  • Loading branch information
halim-lee committed Apr 6, 2023
1 parent 63075c4 commit 02660b6
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 310 deletions.
1 change: 1 addition & 0 deletions common/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ type BaseComponentService interface {
type BaseComponentNetworkPolicy interface {
GetNamespaceLabels() map[string]string
GetFromLabels() map[string]string
IsDisabled() bool
}

// BaseComponentMonitoring represents basic service monitoring configuration
Expand Down
Loading

0 comments on commit 02660b6

Please sign in to comment.