Documentation ¶
Index ¶
- type ArgoApplicationConfigService
- type ArgoApplicationConfigServiceImpl
- func (impl *ArgoApplicationConfigServiceImpl) GetClusterConfigFromAllClusters(clusterId int) (*k8s.ClusterConfig, clusterRepository.Cluster, map[string]int, error)
- func (impl *ArgoApplicationConfigServiceImpl) GetRestConfigForExternalArgo(ctx context.Context, clusterId int, externalArgoApplicationName string) (*rest.Config, error)
- func (impl *ArgoApplicationConfigServiceImpl) GetServerConfigIfClusterIsNotAddedOnDevtron(resourceResp *k8s.ManifestResponse, restConfig *rest.Config, ...) (*rest.Config, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoApplicationConfigServiceImpl ¶
type ArgoApplicationConfigServiceImpl struct {
// contains filtered or unexported fields
}
func NewArgoApplicationConfigServiceImpl ¶
func NewArgoApplicationConfigServiceImpl(logger *zap.SugaredLogger, k8sUtil *k8s.K8sServiceImpl, clusterRepository clusterRepository.ClusterRepository) *ArgoApplicationConfigServiceImpl
func (*ArgoApplicationConfigServiceImpl) GetClusterConfigFromAllClusters ¶
func (impl *ArgoApplicationConfigServiceImpl) GetClusterConfigFromAllClusters(clusterId int) (*k8s.ClusterConfig, clusterRepository.Cluster, map[string]int, error)
func (*ArgoApplicationConfigServiceImpl) GetRestConfigForExternalArgo ¶
func (*ArgoApplicationConfigServiceImpl) GetServerConfigIfClusterIsNotAddedOnDevtron ¶
func (impl *ArgoApplicationConfigServiceImpl) GetServerConfigIfClusterIsNotAddedOnDevtron(resourceResp *k8s.ManifestResponse, restConfig *rest.Config, clusterWithApplicationObject clusterRepository.Cluster, clusterServerUrlIdMap map[string]int) (*rest.Config, error)
Click to show internal directories.
Click to hide internal directories.