Documentation ¶
Index ¶
- type Option
- func (o *Option) AddFlags(fs *pflag.FlagSet)
- func (o *Option) ApplyTransferOption(opts transferhandler.TransferOptions) error
- func (o *Option) CompleteWithSession(octx clictx.OCM, session ocm.Session) error
- func (o *Option) IsGiven() bool
- func (o *Option) LookupComponentVersion(name string, vers string) (ocm.ComponentVersionAccess, error)
- func (o *Option) Usage() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { standard.TransferOptionsCreator RepoSpecs []string Resolver ocm.ComponentVersionResolver }
func From ¶
func From(o options.OptionSetProvider) *Option
func (*Option) ApplyTransferOption ¶
func (o *Option) ApplyTransferOption(opts transferhandler.TransferOptions) error
func (*Option) CompleteWithSession ¶
func (*Option) LookupComponentVersion ¶
Click to show internal directories.
Click to hide internal directories.