Documentation
¶
Index ¶
- func NewProxyCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewPullCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewPushCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewRegistryCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- type ProxyOptions
- type PullOptions
- type PushOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProxyCmd ¶ added in v0.27.0
func NewProxyCmd(globalFlags *flags.GlobalFlags) *cobra.Command
func NewPullCmd ¶
func NewPullCmd(globalFlags *flags.GlobalFlags) *cobra.Command
func NewPushCmd ¶
func NewPushCmd(globalFlags *flags.GlobalFlags) *cobra.Command
func NewRegistryCmd ¶
func NewRegistryCmd(globalFlags *flags.GlobalFlags) *cobra.Command
Types ¶
type ProxyOptions ¶ added in v0.27.0
type ProxyOptions struct {
*flags.GlobalFlags
Port int
Log log.Logger
}
type PullOptions ¶
Click to show internal directories.
Click to hide internal directories.