MCPcopy
hub / github.com/cloudfoundry/cli / LabelUnsetter

Interface LabelUnsetter

command/v7/unset_label_command.go:11–13  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

9//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . LabelUnsetter
10
11type LabelUnsetter interface {
12 Execute(resource TargetResource, labels map[string]types.NullString) error
13}
14
15type UnsetLabelCommand struct {
16 BaseCommand

Callers 1

ExecuteMethod · 0.65

Implementers 15

FakeCommand4plugin/rpc/fakecommand/fake_command4.g
FakeCommand1plugin/rpc/fakecommand/fake_command1.g
fakeReqplugin/rpc/fakecommand/fake_command1.g
FakeCommand3plugin/rpc/fakecommand/fake_command3.g
FakeCommand2plugin/rpc/fakecommand/fake_command2.g
fakeReq2plugin/rpc/fakecommand/fake_command2.g
PluginsCommandcommand/plugin/plugins_command.go
AddPluginRepoCommandcommand/plugin/add_plugin_repo_command
RepoPluginsCommandcommand/plugin/repo_plugins_command.go
ListPluginReposCommandcommand/plugin/list_plugin_repos_comma
RemovePluginRepoCommandcommand/plugin/remove_plugin_repo_comm
UninstallPluginCommandcommand/plugin/uninstall_plugin_comman

Calls

no outgoing calls

Tested by

no test coverage detected