We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04ff0a commit bdaa7dfCopy full SHA for bdaa7df
pkg/functions/client.go
@@ -181,7 +181,7 @@ type Instance struct {
181
Image string `json:"image" yaml:"image"`
182
Namespace string `json:"namespace" yaml:"namespace"`
183
Subscriptions []Subscription `json:"subscriptions" yaml:"subscriptions"`
184
- Labels map[string]string `json:"labels" yaml:"labels"`
+ Labels map[string]string `json:"labels" yaml:"labels" xml:"-"`
185
}
186
187
// Subscriptions currently active to event sources
0 commit comments