Documentation
¶
Index ¶
- func Create(options configmanager.RawOptions) (statemanager.ResourceStatus, error)
- func Delete(options configmanager.RawOptions) (bool, error)
- func Read(options configmanager.RawOptions) (statemanager.ResourceStatus, error)
- func Update(options configmanager.RawOptions) (statemanager.ResourceStatus, error)
- type App
- type Destination
- type Options
- type Source
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(options configmanager.RawOptions) (statemanager.ResourceStatus, error)
Create creates an ArgoCD app YAML and applies it.
func Delete ¶
func Delete(options configmanager.RawOptions) (bool, error)
func Read ¶
func Read(options configmanager.RawOptions) (statemanager.ResourceStatus, error)
func Update ¶
func Update(options configmanager.RawOptions) (statemanager.ResourceStatus, error)
Types ¶
type Destination ¶
Destination is the struct for the destination of an ArgoCD app.
type Options ¶
type Options struct { App App Destination Destination Source Source }
Param is the struct for parameters used by the argocdapp package.
func NewOptions ¶ added in v0.8.0
func NewOptions(options configmanager.RawOptions) (Options, error)
/ NewOptions create options by raw options
Click to show internal directories.
Click to hide internal directories.