Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddRootFlags ¶ added in v1.1.1
func AddRootFlags(cmd *cobra.Command, ro *CliRootOpts)
Types ¶
type AddChartOpts ¶
type AddChartOpts struct { *StoreRootOpts ChartOpts *action.ChartPathOptions }
func (*AddChartOpts) AddFlags ¶
func (o *AddChartOpts) AddFlags(cmd *cobra.Command)
type AddFileOpts ¶
type AddFileOpts struct { *StoreRootOpts Name string }
func (*AddFileOpts) AddFlags ¶
func (o *AddFileOpts) AddFlags(cmd *cobra.Command)
type AddImageOpts ¶
type AddImageOpts struct { *StoreRootOpts Name string Key string Platform string }
func (*AddImageOpts) AddFlags ¶
func (o *AddImageOpts) AddFlags(cmd *cobra.Command)
type CliRootOpts ¶
type CopyOpts ¶
type CopyOpts struct { *StoreRootOpts Username string Password string Insecure bool PlainHTTP bool }
type ExtractOpts ¶
type ExtractOpts struct { *StoreRootOpts DestinationDir string }
func (*ExtractOpts) AddFlags ¶
func (o *ExtractOpts) AddFlags(cmd *cobra.Command)
type InfoOpts ¶
type InfoOpts struct { *StoreRootOpts OutputFormat string TypeFilter string SizeUnit string ListRepos bool }
type LoadOpts ¶
type LoadOpts struct { *StoreRootOpts FileName []string TempOverride string }
type SaveOpts ¶
type SaveOpts struct { *StoreRootOpts FileName string Platform string }
type ServeFilesOpts ¶
type ServeFilesOpts struct { *StoreRootOpts Port int Timeout int RootDir string TLSCert string TLSKey string }
func (*ServeFilesOpts) AddFlags ¶
func (o *ServeFilesOpts) AddFlags(cmd *cobra.Command)
type ServeRegistryOpts ¶
type ServeRegistryOpts struct { *StoreRootOpts Port int RootDir string ConfigFile string ReadOnly bool TLSCert string TLSKey string }
func (*ServeRegistryOpts) AddFlags ¶
func (o *ServeRegistryOpts) AddFlags(cmd *cobra.Command)
type StoreRootOpts ¶
func (*StoreRootOpts) AddFlags ¶
func (o *StoreRootOpts) AddFlags(cmd *cobra.Command)
type SyncOpts ¶
type VersionOpts ¶ added in v1.1.1
type VersionOpts struct {
JSON bool
}
func (*VersionOpts) AddFlags ¶ added in v1.1.1
func (o *VersionOpts) AddFlags(cmd *cobra.Command)
Click to show internal directories.
Click to hide internal directories.