Documentation ¶
Overview ¶
Package utils provides utility functions for the Everest CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckHelmInstallation ¶
func CheckHelmInstallation(ctx context.Context, client kubernetes.KubernetesConnector) (string, error)
CheckHelmInstallation ensures that the current installation was done using Helm chart. Returns the version of Everest installed in the cluster. Returns an error if the installation was not done using Helm chart.
func NewKubeclient ¶
func NewKubeclient(l *zap.SugaredLogger, kubeconfigPath string) (*kubernetes.Kubernetes, error)
NewKubeclient creates a new Kubernetes client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.