Skip to content

Commit e8df265

Browse files
committed
Share controller code further
1 parent 63075c4 commit e8df265

File tree

4 files changed

+503
-310
lines changed

4 files changed

+503
-310
lines changed

common/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ type BaseComponentService interface {
129129
type BaseComponentNetworkPolicy interface {
130130
GetNamespaceLabels() map[string]string
131131
GetFromLabels() map[string]string
132+
IsDisabled() bool
132133
}
133134

134135
// BaseComponentMonitoring represents basic service monitoring configuration

0 commit comments

Comments
 (0)