Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitOpsSecretKey ¶ added in v0.7.2
type GitOpsSecretKey = string
const PASSWORD GitOpsSecretKey = "password"
const TLSCert GitOpsSecretKey = "tlsCert"
const TLSKey GitOpsSecretKey = "tlsKey"
const USERNAME GitOpsSecretKey = "username"
type RepositoryCredentialsDto ¶
type RepositoryCredentialsDto struct {
Url string `json:"url,omitempty"`
UsernameSecret *KeyDto `json:"usernameSecret,omitempty"`
PasswordSecret *KeyDto `json:"passwordSecret,omitempty"`
TLSClientCertData *KeyDto `json:"tlsClientCertData,omitempty"`
TLSClientCertKey *KeyDto `json:"tlsClientCertKey,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.