Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAsset ¶
type GetAsset struct { Namespace string // Zone value Name(s) of a zone to filter by. Zones []string // Rack Name(s) of a rack to filter by. Racks []string // Tags Name(s) of a tag to filter by. Tags []string // boards Name(s) of a build target/board to filter by. Boards []string // Models Name(s) of a model to filter by.. Models []string // AssetTypes Name(s) of a assettype to filter by. AssetTypes []string }
GetAsset contains fields used to control behaviour when fetching Assets
func (*GetAsset) TriggerRun ¶
func (g *GetAsset) TriggerRun( ctx context.Context, executor executor.IExecCommander, ) ([]*ufsModels.Asset, error)
TriggerRun trigger `shivas get asset` CLI to get the asset information.
Click to show internal directories.
Click to hide internal directories.