Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Remove json tag from internal type.
Browse files Browse the repository at this point in the history
  • Loading branch information
staebler committed Sep 28, 2017
1 parent 32bc587 commit 603d8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/servicecatalog/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ type ServiceInstancePropertiesState struct {
// ExternalServicePlanName is the name of the plan that the broker knows this
// ServiceInstance to be on. This is the human readable plan name from the
// OSB API.
ExternalServicePlanName string `json:"externalServicePlanName"`
ExternalServicePlanName string

// Parameters is a blob of the parameters and their values that the broker
// knows about for this ServiceInstance. If a parameter was sourced from
Expand Down

0 comments on commit 603d8db

Please sign in to comment.