Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct { Stemcell *Stemcell `long:"stemcell" description:"The stemcell name and version"` OS string `long:"stemcell-os" description:"The stemcell OS"` Version string `long:"stemcell-version" description:"The stemcell version"` IaaS string `long:"stemcell-iaas" description:"The stemcell IaaS"` Hypervisor string `long:"stemcell-hypervisor" description:"The stemcell hypervisor"` Flavor string `long:"stemcell-flavor" description:"The stemcell flavor (e.g. 'light')"` Labels []string `long:"stemcell-label" description:"The label(s) to filter stemcells by"` }
func (Opts) FilterParams ¶
func (o Opts) FilterParams() datastore.FilterParams
Click to show internal directories.
Click to hide internal directories.