We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcf35a commit d2e484aCopy full SHA for d2e484a
1 file changed
api/v1alpha1/common.go
@@ -65,7 +65,7 @@ type PulsarAuthenticationOAuth2 struct {
65
ClientID string `json:"clientID"`
66
Audience string `json:"audience"`
67
Key ValueOrSecretRef `json:"key"`
68
- Scope string `json:"scope"`
+ Scope string `json:"scope,omitempty"`
69
}
70
71
// IsPulsarResourceReady returns true if resource satisfies with these condition
0 commit comments