File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package cdn
22
33import (
4- "github.com/IBM-Cloud/ibm-cloud-cli-sdk/plugin"
4+
55 "github.com/spf13/cobra"
66
77 . "github.ibm.com/SoftLayer/softlayer-cli/plugin/i18n"
@@ -18,11 +18,3 @@ func SetupCobraCommands(sl *metadata.SoftlayerCommand) *cobra.Command {
1818
1919 return cobraCmd
2020}
21-
22- func CdnNamespace () plugin.Namespace {
23- return plugin.Namespace {
24- ParentName : "sl" ,
25- Name : "cdn" ,
26- Description : T ("Classic infrastructure CDN commands" + " " + T ("Deprecated" )),
27- }
28- }
Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ func Namespaces() []plugin.Namespace {
231231 metadata .SoftlayerNamespace (),
232232 block .BlockNamespace (),
233233 file .FileNamespace (),
234- cdn .CdnNamespace (),
235234 dns .DnsNamespace (),
236235 eventlog .EventLogNamespace (),
237236 firewall .FirewallNamespace (),
You can’t perform that action at this time.
0 commit comments