Documentation
¶
Index ¶
- func Create(options map[string]interface{}) (map[string]interface{}, error)
- func Delete(options map[string]interface{}) (bool, error)
- func Read(options map[string]interface{}) (map[string]interface{}, error)
- func Update(options map[string]interface{}) (map[string]interface{}, error)
- type App
- type Destination
- type Options
- type Source
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Destination ¶
Destination is the struct for the destination of an ArgoCD app.
type Options ¶ added in v0.3.1
type Options struct { App App Destination Destination Source Source }
Param is the struct for parameters used by the argocdapp package.
Click to show internal directories.
Click to hide internal directories.