Skip to content

Commit

Permalink
Merge pull request #853 from fmoehler/fix-link
Browse files Browse the repository at this point in the history
link should point to main branch and not master branch
  • Loading branch information
jpalermo authored Nov 14, 2024
2 parents 87705f9 + e919e42 commit 4755d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/cpi-api-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Since CPI is just an executable, following takes place for each CPI method call
For reference, there are two primary implementations of the "caller" which invoke the CPI...

* BOSH Director - invokes the CPI through typical `deploy`/stemcell commands, internally using its [`external_cpi.rb`](https://github.com/cloudfoundry/bosh/blob/master/src/bosh-director/lib/cloud/external_cpi.rb) wrapper.
* `bosh` CLI - invokes the CPI through `create-env`/`delete-env` commands, internally using its [`cpi_cmd_runner.go`](https://github.com/cloudfoundry/bosh-cli/blob/master/cloud/cpi_cmd_runner.go).
* `bosh` CLI - invokes the CPI through `create-env`/`delete-env` commands, internally using its [`cpi_cmd_runner.go`](https://github.com/cloudfoundry/bosh-cli/blob/main/cloud/cpi_cmd_runner.go).


## API
Expand Down

0 comments on commit 4755d91

Please sign in to comment.