Documentation ¶
Index ¶
- func NoopDestroyFunc(*kubernetes.Client) error
- func NoopEnsureFunc(*kubernetes.Client) error
- func Parse(gitClient *git.Client, file string) (*tree.Tree, error)
- func Takeoff(monitor mntr.Monitor, gitClient *git.Client, adapt AdaptFunc, ...) func()
- type AdaptFunc
- type DestroyFunc
- type EnsureFunc
- type QueryFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NoopDestroyFunc ¶
func NoopDestroyFunc(*kubernetes.Client) error
func NoopEnsureFunc ¶
func NoopEnsureFunc(*kubernetes.Client) error
Types ¶
type DestroyFunc ¶
type DestroyFunc func(k8sClient *kubernetes.Client) error
func DestroyersToDestroyFunc ¶
func DestroyersToDestroyFunc(monitor mntr.Monitor, destroyers []DestroyFunc) DestroyFunc
func ResourceDestroyToZitadelDestroy ¶
func ResourceDestroyToZitadelDestroy(destroyFunc resources.DestroyFunc) DestroyFunc
type EnsureFunc ¶
type EnsureFunc func(k8sClient *kubernetes.Client) error
func NoopQueryFunc ¶
func NoopQueryFunc(k8sClient *kubernetes.Client, queried map[string]interface{}) (EnsureFunc, error)
func QueriersToEnsureFunc ¶
func QueriersToEnsureFunc(monitor mntr.Monitor, infoLogs bool, queriers []QueryFunc, k8sClient *kubernetes.Client, queried map[string]interface{}) (EnsureFunc, error)
func ResourceEnsureToZitadelEnsure ¶
func ResourceEnsureToZitadelEnsure(ensureFunc resources.EnsureFunc) EnsureFunc
type QueryFunc ¶
type QueryFunc func(k8sClient *kubernetes.Client, queried map[string]interface{}) (EnsureFunc, error)
func EnsureFuncToQueryFunc ¶
func EnsureFuncToQueryFunc(ensure EnsureFunc) QueryFunc
Click to show internal directories.
Click to hide internal directories.