Skip to content

Commit 3f649ce

Browse files
committed
Fix json tags for ServiceBinding resource
Signed-off-by: Scott Andrews <[email protected]>
1 parent 7776876 commit 3f649ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/apis/service/v1alpha2/servicebinding_types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ type ServiceBindingSpec struct {
5353
// Type of the provisioned service. The value is exposed directly as the
5454
// `type` in the mounted binding
5555
// +optional
56-
Type string `json:"type,omitempty`
56+
Type string `json:"type,omitempty"`
5757
// Provider of the provisioned service. The value is exposed directly as the
5858
// `provider` in the mounted binding
5959
// +optional
60-
Provider string `json:"provider,omitempty`
60+
Provider string `json:"provider,omitempty"`
6161

6262
// Application resource to inject the binding into
6363
Application *ApplicationReference `json:"application,omitempty"`

0 commit comments

Comments
 (0)