Documentation
¶
Overview ¶
FLUX V1 DEPRECATION NOTICE. https://github.com/weaveworks/eksctl/issues/2963
FLUX V1 DEPRECATION NOTICE. https://github.com/weaveworks/eksctl/issues/2963
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Installer ¶
type Installer struct {
Cfg *api.ClusterConfig
Opts *api.Git
Timeout time.Duration
K8sRestConfig *rest.Config
K8sClientSet kubeclient.Interface
GitClient *git.Client
}
func New ¶
func New(
k8sRestConfig *rest.Config, k8sClientSet kubeclient.Interface,
cfg *api.ClusterConfig, timeout time.Duration,
) (*Installer, error)
func (*Installer) GetManifests ¶
func (fi *Installer) GetManifests() (map[string][]byte, error)
Click to show internal directories.
Click to hide internal directories.