Skip to content

Commit

Permalink
Share controller code between operators
Browse files Browse the repository at this point in the history
  • Loading branch information
halim-lee committed May 16, 2023
1 parent 28c1f06 commit 44105fd
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 338 deletions.
1 change: 1 addition & 0 deletions common/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ type BaseComponentCertificate 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 44105fd

Please sign in to comment.