We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d29bca commit f2824b9Copy full SHA for f2824b9
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