Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoApp ¶ added in v0.2.4
type ArgoApp struct {
Name string `yaml:"name"`
}
ArgoApp is argoCD application CRD.
type CD ¶ added in v0.2.4
type CD struct {
Provider string `json:"provider"`
Namespace string `json:"namespace"`
Type string `json:"type"`
ApplicationRef []*ArgoApp `json:"applicationRef"`
}
CD is information about argoCD.
Click to show internal directories.
Click to hide internal directories.