File tree Expand file tree Collapse file tree 35 files changed +48
-13
lines changed
availabilitysets/mock_availabilitysets
bastionhosts/mocks_bastionhosts
inboundnatrules/mock_inboundnatrules
loadbalancers/mock_loadbalancers
managedclusters/mock_managedclusters
natgateways/mock_natgateways
networkinterfaces/mock_networkinterfaces
privatedns/mock_privatedns
resourceskus/mock_resourceskus
roleassignments/mock_roleassignments
routetables/mock_routetables
securitygroups/mock_securitygroups
virtualmachineimages/mock_virtualmachineimages
virtualmachines/mock_virtualmachines
virtualnetworks/mock_virtualnetworks
vmextensions/mock_vmextensions
vnetpeerings/mock_vnetpeerings Expand file tree Collapse file tree 35 files changed +48
-13
lines changed Original file line number Diff line number Diff line change 33geting
44ot
55intepreted
6+ updat
7+ shouldnot
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
1515*/
1616
1717// Run go generate to regenerate this mock.
18+ //
1819//go:generate ../../hack/tools/bin/mockgen -destination azure_mock.go -package mock_azure -source ../interfaces.go
1920//go:generate /usr/bin/env bash -c "cat ../../hack/boilerplate/boilerplate.generatego.txt azure_mock.go > _azure_mock.go && mv _azure_mock.go azure_mock.go"
2021package mock_azure
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
1515*/
1616
1717// Run go generate to regenerate this mock.
18+ //
1819//go:generate ../../../hack/tools/bin/mockgen -destination node_getter_mock.go -package mock_scope -source ../machinepoolmachine.go nodeGetter
1920//go:generate /usr/bin/env bash -c "cat ../../../hack/boilerplate/boilerplate.generatego.txt node_getter_mock.go > _node_getter_mock.go && mv _node_getter_mock.go node_getter_mock.go"
2021package mock_scope
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
1515*/
1616
1717// Run go generate to regenerate this mock.
18+ //
1819//go:generate ../../../../hack/tools/bin/mockgen -destination async_mock.go -package mock_async -source ../interfaces.go FutureHandler
1920//go:generate /usr/bin/env bash -c "cat ../../../../hack/boilerplate/boilerplate.generatego.txt async_mock.go > _async_mock.go && mv _async_mock.go async_mock.go"
2021package mock_async
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
1515*/
1616
1717// Run go generate to regenerate this mock.
18+ //
1819//go:generate ../../../../hack/tools/bin/mockgen -destination client_mock.go -package mock_availabilitysets -source ../client.go Client
1920//go:generate ../../../../hack/tools/bin/mockgen -destination availabilitysets_mock.go -package mock_availabilitysets -source ../availabilitysets.go AvailabilitySetScope
2021//go:generate /usr/bin/env bash -c "cat ../../../../hack/boilerplate/boilerplate.generatego.txt client_mock.go > _client_mock.go && mv _client_mock.go client_mock.go"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
1515*/
1616
1717// Run go generate to regenerate this mock.
18+ //
1819//go:generate ../../../../hack/tools/bin/mockgen -destination bastionhosts_mock.go -package mock_bastionhosts -source ../bastionhosts.go BastionScope
1920//go:generate /usr/bin/env bash -c "cat ../../../../hack/boilerplate/boilerplate.generatego.txt bastionhosts_mock.go > _bastionhosts_mock.go && mv _bastionhosts_mock.go bastionhosts_mock.go"
2021package mock_bastionhosts
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
1515*/
1616
1717// Run go generate to regenerate this mock.
18+ //
1819//go:generate ../../../../hack/tools/bin/mockgen -destination disks_mock.go -package mock_disks -source ../disks.go DiskScope
1920//go:generate /usr/bin/env bash -c "cat ../../../../hack/boilerplate/boilerplate.generatego.txt disks_mock.go > _disks_mock.go && mv _disks_mock.go disks_mock.go"
2021package mock_disks
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
1515*/
1616
1717// Run go generate to regenerate this mock.
18+ //
1819//go:generate ../../../../hack/tools/bin/mockgen -destination client_mock.go -package mock_groups -source ../client.go Client
1920//go:generate ../../../../hack/tools/bin/mockgen -destination groups_mock.go -package mock_groups -source ../groups.go GroupScope
2021//go:generate /usr/bin/env bash -c "cat ../../../../hack/boilerplate/boilerplate.generatego.txt client_mock.go > _client_mock.go && mv _client_mock.go client_mock.go"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
1515*/
1616
1717// Run go generate to regenerate this mock.
18+ //
1819//go:generate ../../../../hack/tools/bin/mockgen -destination client_mock.go -package mock_inboundnatrules -source ../client.go Client
1920//go:generate ../../../../hack/tools/bin/mockgen -destination inboundnatrules_mock.go -package mock_inboundnatrules -source ../inboundnatrules.go InboundNatScope
2021//go:generate /usr/bin/env bash -c "cat ../../../../hack/boilerplate/boilerplate.generatego.txt client_mock.go > _client_mock.go && mv _client_mock.go client_mock.go"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
1515*/
1616
1717// Run go generate to regenerate this mock.
18+ //
1819//go:generate ../../../../hack/tools/bin/mockgen -destination loadbalancers_mock.go -package mock_loadbalancers -source ../loadbalancers.go LBScope
1920//go:generate /usr/bin/env bash -c "cat ../../../../hack/boilerplate/boilerplate.generatego.txt loadbalancers_mock.go > _loadbalancers_mock.go && mv _loadbalancers_mock.go loadbalancers_mock.go"
2021package mock_loadbalancers
You can’t perform that action at this time.
0 commit comments