Skip to content

Commit 8eee438

Browse files
committed
Share controller code for common features
1 parent 08379b5 commit 8eee438

File tree

4 files changed

+531
-349
lines changed

4 files changed

+531
-349
lines changed

common/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ type BaseComponentCertificate interface {
133133
type BaseComponentNetworkPolicy interface {
134134
GetNamespaceLabels() map[string]string
135135
GetFromLabels() map[string]string
136+
IsDisabled() bool
136137
}
137138

138139
// BaseComponentMonitoring represents basic service monitoring configuration

0 commit comments

Comments
 (0)