Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthOptions ¶
type AuthOptions struct {
CredentialsFiles []string
Username string
Password string
Insecure bool
PlainHTTP bool
}
func (*AuthOptions) ToRegistryOptions ¶
func (opts *AuthOptions) ToRegistryOptions() content.RegistryOptions
type GeneralOptions ¶
type GeneralOptions struct {
Verbose bool
OCIStorageDir string
ConfigDir string
AuthOptions AuthOptions
}
func NewGeneralOptions ¶
func NewGeneralOptions(flags *pflag.FlagSet) *GeneralOptions
Click to show internal directories.
Click to hide internal directories.