Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CmpParam ¶
type CmpParam struct {
Name string `json:"name"`
String string `json:"string"`
Array []string `json:"array"`
Map json.RawMessage `json:"map"`
}
structure of individual CMP parameters
type Config ¶
type Config struct {
Application ArgoApp
Flight Parameters
Namespace string
Env map[string]string
}
func ConfigFromEnv ¶
func ConfigFromEnv() (cfg Config)
type Parameters ¶
type Parameters struct {
Build bool
Wasm string
Input string
Refs map[string]Ref
Args []string
ResourceMatchers []string
ClusterAccess bool
MaxMemoryMib uint32
Timeout time.Duration
Checksum string
Insecure bool
}
func (*Parameters) UnmarshalText ¶
func (parameters *Parameters) UnmarshalText(data []byte) (err error)
Click to show internal directories.
Click to hide internal directories.