package
0.0.0-20220513054723-ce22054d8cf2
Repository: https://github.com/arminc/k8s-platform-lcm.git
Documentation: pkg.go.dev

# Functions

CreateKubernetesClient returns Kubernetes client for in cluster use.
CreateLocalKubernetesClient returns Kubernetes client for local use.
ImagePathToImage converts image string to container information In case of an error it returns an empty Image.
NewHelmClient is used to construct access to Kubernetes cluster for Helm It returns an implementation of the Helm client represented as the Helm interface.
NewKubeClient is used to construct access to Kubernetes cluster It returns an implementation of the Kubernetes client represented as the Kube interface.

# Structs

Chart contains Helm chart info.
Image holds the Docker image information of the container running in the cluster.

# Interfaces

Helm is an interface that wraps calls to Kubernetes cluster for fetching Helm information.
Kube is an interface that wraps calls to Kubernetes cluster.