Versions in this module Expand all Collapse all v1 v1.1.0 Dec 20, 2024 Changes in this version + type ClusterBean struct + Active bool + AgentInstallationStage int + ClusterName string + ClusterUpdated bool + Config map[string]string + DefaultClusterComponent []*DefaultClusterComponent + Description string + ErrorInConnecting string + HasConfigOrUrlChanged bool + Id int + InsecureSkipTLSVerify bool + IsCdArgoSetup bool + IsProd bool + IsVirtualCluster bool + K8sVersion string + PrometheusAuth *PrometheusAuth + PrometheusUrl string + ServerUrl string + UserName string + func (bean ClusterBean) GetClusterConfig() *k8s.ClusterConfig + type DefaultClusterComponent struct + AppId int + ComponentName string + EnvId int + EnvName string + InstalledAppId int + Status string + type Kubeconfig struct + Config string + type PrometheusAuth struct + IsAnonymous bool + Password string + TlsClientCert string + TlsClientKey string + UserName string + type UserClusterBeanMapping struct + Mapping map[string]*ClusterBean + type UserInfo struct + Config map[string]string + ErrorInConnecting string + UserName string + type ValidateClusterBean struct + UserInfos map[string]*UserInfo