Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IstioInstaller ¶
type IstioInstaller struct { }
func (*IstioInstaller) InstallCLI ¶
func (i *IstioInstaller) InstallCLI() error
installs CLI locally
func (*IstioInstaller) InstallComponent ¶
func (i *IstioInstaller) InstallComponent(kclient client.Client) error
installs the component onto the kube cluster
func (*IstioInstaller) Name ¶
func (i *IstioInstaller) Name() string
func (*IstioInstaller) NeedsCLI ¶
func (i *IstioInstaller) NeedsCLI() bool
returns true if CLI is needed and has not yet been installed
func (*IstioInstaller) VersionForKube ¶
func (i *IstioInstaller) VersionForKube(version string) string
Click to show internal directories.
Click to hide internal directories.