Documentation ¶
Overview ¶
Package install implements the install command in liqoctl.
Index ¶
Constants ¶
View Source
const ( // LiqoctlInstallShortHelp contains the short help message for install Liqoctl command. LiqoctlInstallShortHelp = "Install Liqo on a selected cluster" // LiqoctlInstallLongHelp contains the long help message for install Liqoctl command. LiqoctlInstallLongHelp = `Install Liqo on a selected cluster` )
Variables ¶
This section is empty.
Functions ¶
func HandleInstallCommand ¶
HandleInstallCommand implements the install command. It detects which provider has to be used, generates the chart with provider-specific values. Finally, it performs the installation on the target cluster.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package aks implements the logic to install Liqo on a AKS-based cluster
|
Package aks implements the logic to install Liqo on a AKS-based cluster |
Package eks implements the logic to install Liqo on a EKS-based cluster
|
Package eks implements the logic to install Liqo on a EKS-based cluster |
Package gke implements the logic to install Liqo on a GKE-based cluster
|
Package gke implements the logic to install Liqo on a GKE-based cluster |
Package helm contains several util functions and constants used to install Liqo in liqoctl
|
Package helm contains several util functions and constants used to install Liqo in liqoctl |
Package k3s implements the logic to install Liqo on a K3S-based cluster
|
Package k3s implements the logic to install Liqo on a K3S-based cluster |
Package kubeadm implements the logic to install Liqo on a kubeadm-based cluster
|
Package kubeadm implements the logic to install Liqo on a kubeadm-based cluster |
Package provider contains the interface required to support the Liqo install for a given provider.
|
Package provider contains the interface required to support the Liqo install for a given provider. |
Package installutils implements some utility functions for the liqo install providers
|
Package installutils implements some utility functions for the liqo install providers |
Click to show internal directories.
Click to hide internal directories.