We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7776876 commit 3f649ceCopy full SHA for 3f649ce
pkg/apis/service/v1alpha2/servicebinding_types.go
@@ -53,11 +53,11 @@ type ServiceBindingSpec struct {
53
// Type of the provisioned service. The value is exposed directly as the
54
// `type` in the mounted binding
55
// +optional
56
- Type string `json:"type,omitempty`
+ Type string `json:"type,omitempty"`
57
// Provider of the provisioned service. The value is exposed directly as the
58
// `provider` in the mounted binding
59
60
- Provider string `json:"provider,omitempty`
+ Provider string `json:"provider,omitempty"`
61
62
// Application resource to inject the binding into
63
Application *ApplicationReference `json:"application,omitempty"`
0 commit comments