workload

package
v0.0.1-dev.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExtraParameter

type ExtraParameter struct {
	Name  string `yaml:"name"`
	Value string `yaml:"value"`
}

type Workload

type Workload struct {
	ExtraParameters []ExtraParameter `yaml:"extraParameters"`
	Name            string           `yaml:"name"`
	Type            string           `yaml:"type"`
	Version         string           `yaml:"version"`
}

func (*Workload) GetTypeProjectAndRepositoryNames

func (w *Workload) GetTypeProjectAndRepositoryNames() (string, string)

func (*Workload) PrintHeader

func (w *Workload) PrintHeader()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL