package leases
import "github.com/containerd/containerd/cmd/ctr/commands/leases"
Index ¶
Variables ¶
var Command = cli.Command{ Name: "leases", Usage: "manage leases", Subcommands: cli.Commands{ listCommand, createCommand, deleteCommand, }, }
Command is the cli command for managing content
Source Files ¶
- Version
- v1.6.29
- Published
- Mar 8, 2024
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 1 minute ago –
Tools for package owners.