Skip to content

Commit

Permalink
merge cfnetworking updates from main and regenerate fakes with new pa…
Browse files Browse the repository at this point in the history
…ckage version
  • Loading branch information
jcvrabo committed Jan 6, 2025
1 parent 43edf81 commit 3fcb422
Show file tree
Hide file tree
Showing 293 changed files with 10,435 additions and 4,708 deletions.
2 changes: 1 addition & 1 deletion .github/license/CF_NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This product includes software from https://github.com/code.cloudfoundry.org/cli
Copyright (c) 2015-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
and is licensed under the Apache License, Version 2.0.

This product includes software from https://github.com/code.cloudfoundry.org/cli/v7/tree/main/vendor/code.cloudfoundry.org/cfnetworking-cli-api that is:
This product includes software from https://github.com/code.cloudfoundry.org/cli/v7/tree/main/vendor/code.cloudfoundry.org/cli/v7/api that is:
Copyright (c) 2016-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
and is licensed under the Apache License, Version 2.0.

Expand Down

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

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

2 changes: 1 addition & 1 deletion actor/cfnetworkingaction/networking_client.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package cfnetworkingaction

import "code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/cfnetv1"
import "code.cloudfoundry.org/cli/v7/api/cfnetworking/cfnetv1"

//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . NetworkingClient

Expand Down
2 changes: 1 addition & 1 deletion actor/cfnetworkingaction/policy.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package cfnetworkingaction

import (
"code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/cfnetv1"
"code.cloudfoundry.org/cli/v7/actor/actionerror"
"code.cloudfoundry.org/cli/v7/api/cfnetworking/cfnetv1"
"code.cloudfoundry.org/cli/v7/api/cloudcontroller/ccv3"
"code.cloudfoundry.org/cli/v7/api/cloudcontroller/ccv3/constant"
"code.cloudfoundry.org/cli/v7/resources"
Expand Down
2 changes: 1 addition & 1 deletion actor/cfnetworkingaction/policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (
"code.cloudfoundry.org/cli/v7/resources"
"code.cloudfoundry.org/cli/v7/util/batcher"

"code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/cfnetv1"
"code.cloudfoundry.org/cli/v7/actor/actionerror"
. "code.cloudfoundry.org/cli/v7/actor/cfnetworkingaction"
"code.cloudfoundry.org/cli/v7/actor/cfnetworkingaction/cfnetworkingactionfakes"
"code.cloudfoundry.org/cli/v7/api/cfnetworking/cfnetv1"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
Expand Down
14 changes: 8 additions & 6 deletions actor/pluginaction/pluginactionfakes/fake_command_list.go

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

51 changes: 30 additions & 21 deletions actor/pluginaction/pluginactionfakes/fake_config.go

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

Loading

0 comments on commit 3fcb422

Please sign in to comment.