Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
remove useless constant
Browse files Browse the repository at this point in the history
  • Loading branch information
qibobo committed Sep 25, 2020
1 parent 3c2f436 commit 94100ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controller/servicebinding/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ const (
ApplicationNotFoundReason = "ApplicationNotFound"
// FailedToGatherServiceInformationReason is used when the it is failed to fetch backend service information.
FailedToGatherServiceInformationReason = "FailedToGatherServiceInformation"
// FailedToSaveSecretReason is used when the it is failed to save intermediate secret.
FailedToSaveSecretReason = "FailedToSaveSecret"
)

// Reconciler reconciles a ServiceBinding object
Expand Down

0 comments on commit 94100ab

Please sign in to comment.