Documentation
¶
Index ¶
Constants ¶
View Source
const ( DevtronUniqueClientIdConfigMap = "devtron-ucid" DevtronUniqueClientIdConfigMapKey = "UCID" UIEventKey = "uiEventKey" InstallEventKey = "installEvent" )
Variables ¶
View Source
var WireSet = wire.NewSet( NewServiceImpl, wire.Bind(new(Service), new(*ServiceImpl)), )
Functions ¶
This section is empty.
Types ¶
type ServiceImpl ¶
type ServiceImpl struct { K8sUtil *k8s.K8sServiceImpl // contains filtered or unexported fields }
func NewServiceImpl ¶
func NewServiceImpl( logger *zap.SugaredLogger, K8sUtil *k8s.K8sServiceImpl, aCDAuthConfig *util.ACDAuthConfig, ) *ServiceImpl
func (*ServiceImpl) GetUCIDWithCache ¶
func (*ServiceImpl) GetUCIDWithOutCache ¶
func (impl *ServiceImpl) GetUCIDWithOutCache() (string, bool, error)
Click to show internal directories.
Click to hide internal directories.