We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63075c4 commit e8df265Copy full SHA for e8df265
4 files changed
common/types.go
@@ -129,6 +129,7 @@ type BaseComponentService interface {
129
type BaseComponentNetworkPolicy interface {
130
GetNamespaceLabels() map[string]string
131
GetFromLabels() map[string]string
132
+ IsDisabled() bool
133
}
134
135
// BaseComponentMonitoring represents basic service monitoring configuration
0 commit comments