Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶ added in v1.1.11
type Reader interface { Status(release terra.Release) (*Status, error) Statuses(releases []terra.Release) (map[terra.Release]*Status, error) }
Reader can read the status of a release from Kubernetes and ArgoCD
func NewReporter ¶
func NewReporter(argocd argocd.ArgoCD, kubeclients k8sclients.Clients) Reader
Click to show internal directories.
Click to hide internal directories.