We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c1f06 commit 44105fdCopy full SHA for 44105fd
4 files changed
common/types.go
@@ -133,6 +133,7 @@ type BaseComponentCertificate interface {
133
type BaseComponentNetworkPolicy interface {
134
GetNamespaceLabels() map[string]string
135
GetFromLabels() map[string]string
136
+ IsDisabled() bool
137
}
138
139
// BaseComponentMonitoring represents basic service monitoring configuration
0 commit comments