Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cpi plugin support #662

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 46 additions & 45 deletions agentclient/mocks/mocks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions bin/gen-fakes
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ counterfeiter director FileReporter
counterfeiter director TaskReporter
counterfeiter director Event

# FakeInstallation is generated in cmd/cmdfakes because that's where it's used
counterfeiter -o cmd/cmdfakes installation Installation

counterfeiter uaa UAA
counterfeiter uaa Token
counterfeiter uaa AccessToken
Expand Down
2 changes: 1 addition & 1 deletion bin/mockgen
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
bin=$(dirname $0)

rootPackage=github.com/cloudfoundry/bosh-cli
rootPackage=github.com/cloudfoundry/bosh-cli/v7

srcFiles=(
config/LegacyDeploymentStateMigrator
Expand Down
Loading