Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons
Submodule addons updated 238 files
2 changes: 1 addition & 1 deletion docs/user_docs/cli/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ sidebar_position: 1

Addon command.

* [kbcli addon delete-resources-with-version](kbcli_addon_delete-resources-with-version.md) - Delete the sub-resources of specified addon and versions
* [kbcli addon describe](kbcli_addon_describe.md) - Describe an addon specification.
* [kbcli addon disable](kbcli_addon_disable.md) - Disable an addon.
* [kbcli addon enable](kbcli_addon_enable.md) - Enable an addon.
* [kbcli addon index](kbcli_addon_index.md) - Manage custom addon indexes
* [kbcli addon install](kbcli_addon_install.md) - Install KubeBlocks addon
* [kbcli addon list](kbcli_addon_list.md) - List addons.
* [kbcli addon purge](kbcli_addon_purge.md) - Purge the sub-resources of specified addon and versions
* [kbcli addon search](kbcli_addon_search.md) - Search the addon from index
* [kbcli addon uninstall](kbcli_addon_uninstall.md) - Uninstall an existed addon
* [kbcli addon upgrade](kbcli_addon_upgrade.md) - Upgrade an existed addon to latest version or a specified version
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Addon command.
### SEE ALSO


* [kbcli addon delete-resources-with-version](kbcli_addon_delete-resources-with-version.md) - Delete the sub-resources of specified addon and versions
* [kbcli addon describe](kbcli_addon_describe.md) - Describe an addon specification.
* [kbcli addon disable](kbcli_addon_disable.md) - Disable an addon.
* [kbcli addon enable](kbcli_addon_enable.md) - Enable an addon.
* [kbcli addon index](kbcli_addon_index.md) - Manage custom addon indexes
* [kbcli addon install](kbcli_addon_install.md) - Install KubeBlocks addon
* [kbcli addon list](kbcli_addon_list.md) - List addons.
* [kbcli addon purge](kbcli_addon_purge.md) - Purge the sub-resources of specified addon and versions
* [kbcli addon search](kbcli_addon_search.md) - Search the addon from index
* [kbcli addon uninstall](kbcli_addon_uninstall.md) - Uninstall an existed addon
* [kbcli addon upgrade](kbcli_addon_upgrade.md) - Upgrade an existed addon to latest version or a specified version
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/addon/addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func NewAddonCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.C
newInstallCmd(f, streams),
newUninstallCmd(f, streams),
newUpgradeCmd(f, streams),
newDeleteResourcesCmd(f, streams),
newPurgeResourcesCmd(f, streams),
)
return cmd
}
Expand Down
287 changes: 0 additions & 287 deletions pkg/cmd/addon/delete_resource.go

This file was deleted.

Loading
Loading