Documentation ¶
Index ¶
- func CustomerJSONSpec(customerID string) types.Spec
- func DefaultSpecs() []types.Spec
- func Exec(ctx context.Context, rootDir string, tasks []types.Task) []*types.Result
- func Generate(tasks []types.Task, timeout time.Duration, pathname string) (os.FileInfo, string, error)
- func SupportBundleVersionSpec() types.Spec
- func Upload(file *os.File, fname, lname, email, company, description string) (string, error)
- type Planner
- type PlannerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomerJSONSpec ¶
func DefaultSpecs ¶
func Generate ¶
func Generate(tasks []types.Task, timeout time.Duration, pathname string) (os.FileInfo, string, error)
Generate a new support bundle and write the results as an archive at pathname
Types ¶
type Planner ¶
func NewPlanner ¶ added in v0.19.0
func NewPlanner(opts PlannerOptions, inContainer bool) (*Planner, error)
Click to show internal directories.
Click to hide internal directories.