Versions in this module Expand all Collapse all v4 v4.0.0 Jan 10, 2023 Changes in this version + func NewFunc(config interface{}, dependencies factory.Dependencies, out interface{}) error + type APIConfig struct + KubeConfig string + type Components struct + Configurations *factory.Config + IngressRules *factory.Config + Ingresses *factory.Config + NetworkPolicies *factory.Config + Nodes *factory.Config + Pods *factory.Config + Services *factory.Config + type Config struct + API APIConfig + Components Components + func (c *Config) Validate() error + type Dependencies struct + API kubeapi.Interface + Logger gz.Logger + func (d *Dependencies) Validate() error