Documentation ¶
Index ¶
Constants ¶
View Source
const ( BitbucketConfigMapName = "ods-bitbucket" BitbucketSecretName = "ods-bitbucket-auth" BitbucketSecretAPITokenKey = "password" BitbucketConfigMapURLKey = "url" )
View Source
const ( NexusConfigMapName = "ods-nexus" NexusSecretName = "ods-nexus-auth" NexusSecretUsernameKey = "username" NexusSecretPasswordKey = "password" NexusConfigMapURLKey = "url" )
Variables ¶
This section is empty.
Functions ¶
func NewBitbucketClientConfig ¶
func NewBitbucketClientConfig(c kclient.Interface, namespace string, logger logging.LeveledLoggerInterface, privateCert string) (*bitbucket.ClientConfig, error)
NewBitbucketClientConfig returns a *bitbucket.ClientConfig which is derived from the information about Bitbucket located in the given Kubernetes namespace.
func NewNexusClientConfig ¶
func NewNexusClientConfig(c kclient.Interface, namespace string, logger logging.LeveledLoggerInterface) (*nexus.ClientConfig, error)
NewNexusClientConfig returns a *nexus.ClientConfig which is derived from the information about Nexus located in the given Kubernetes namespace.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.