Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrNotAllowed ¶ added in v1.18.0
type ErrNotAllowed struct{}
func (*ErrNotAllowed) Error ¶ added in v1.18.0
func (_ *ErrNotAllowed) Error() string
type GenerateDockerfile ¶ added in v1.18.0
type GenerateDockerfile struct { BaseImage string IndexDir string ExtraLabels map[string]string Writer io.Writer }
func (GenerateDockerfile) Run ¶ added in v1.18.0
func (i GenerateDockerfile) Run() error
type Init ¶
type ListBundles ¶ added in v1.18.0
func (*ListBundles) Run ¶ added in v1.18.0
func (l *ListBundles) Run(ctx context.Context) (*ListBundlesResult, error)
type ListBundlesResult ¶ added in v1.18.0
func (*ListBundlesResult) WriteColumns ¶ added in v1.18.0
func (r *ListBundlesResult) WriteColumns(w io.Writer) error
type ListChannels ¶ added in v1.18.0
func (*ListChannels) Run ¶ added in v1.18.0
func (l *ListChannels) Run(ctx context.Context) (*ListChannelsResult, error)
type ListChannelsResult ¶ added in v1.18.0
func (*ListChannelsResult) WriteColumns ¶ added in v1.18.0
func (r *ListChannelsResult) WriteColumns(w io.Writer) error
type ListPackages ¶ added in v1.18.0
type ListPackages struct {
IndexReference string
}
func (*ListPackages) Run ¶ added in v1.18.0
func (l *ListPackages) Run(ctx context.Context) (*ListPackagesResult, error)
type ListPackagesResult ¶ added in v1.18.0
func (*ListPackagesResult) WriteColumns ¶ added in v1.18.0
func (r *ListPackagesResult) WriteColumns(w io.Writer) error
Click to show internal directories.
Click to hide internal directories.