Skip to content

Commit

Permalink
Make SecretSpec field of consumers Auth omitempty (#3286)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur authored Aug 15, 2023
1 parent 842eb1c commit 54a845c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ type Auth struct {
NetSpec *bindings.KafkaNetSpec
// Deprecated, use secret spec
AuthSpec *eventingv1alpha1.Auth `json:"AuthSpec,omitempty"`
SecretSpec *SecretSpec
SecretSpec *SecretSpec `json:"SecretSpec,omitempty"`
}

type SecretSpec struct {
Expand Down

0 comments on commit 54a845c

Please sign in to comment.