Versions in this module Expand all Collapse all v0 v0.0.1 Nov 8, 2023 Changes in this version + func ApplyLabelsAndAnnotationsForLM(object client.Object, operation internal.Operation) + func DecodeKymaTemplate(kymaTemplate string) (*unstructured.Unstructured, error) + func DeleteKubeconfig(os storage.Operations, k8sClient client.Client) deleteKubeconfig + func EncodeKymaTemplate(kymaTemplate *unstructured.Unstructured) (string, error) + func InitKymaTemplateUpgradeKyma(os storage.Operations) initKymaTemplateUpgradeKyma + func KymaKubeconfigName(operation internal.Operation) string + func KymaName(operation internal.Operation) string + func SyncKubeconfig(os storage.Operations, k8sClient client.Client) syncKubeconfig + func SyncKubeconfigUpgradeKyma(os storage.Operations, k8sClient client.Client) syncKubeconfigUpgradeKyma + type InitKymaTemplate struct + func NewInitKymaTemplate(os storage.Operations) *InitKymaTemplate + func (s *InitKymaTemplate) Name() string + func (s *InitKymaTemplate) Run(operation internal.Operation, logger logrus.FieldLogger) (internal.Operation, time.Duration, error)