Documentation
¶
Index ¶
Constants ¶
View Source
const ( REPOSITORY_SECRET_NAME_KEY = "name" REPOSITORY_SECRET_URL_KEY = "url" REPOSITORY_SECRET_USERNAME_KEY = "username" REPOSITORY_SECRET_PASSWORD_KEY = "password" REPOSITORY_SECRET_ENABLE_OCI_KEY = "enableOCI" REPOSITORY_SECRET_TYPE_KEY = "type" REPOSITORY_TYPE_HELM = "helm" ARGOCD_REPOSITORY_SECRET_KEY = "argocd.argoproj.io/secret-type" ARGOCD_REPOSITORY_SECRET_VALUE = "repository" REPOSITORY_SECRET_INSECURE_KEY = "insecure" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcdConfigMapRepositoriesDto ¶
type AcdConfigMapRepositoriesDto struct { Type string `json:"type,omitempty"` Name string `json:"name,omitempty"` Url string `json:"url,omitempty"` UsernameSecret *KeyDto `json:"usernameSecret,omitempty"` PasswordSecret *KeyDto `json:"passwordSecret,omitempty"` CaSecret *KeyDto `json:"caSecret,omitempty"` CertSecret *KeyDto `json:"certSecret,omitempty"` KeySecret *KeyDto `json:"keySecret,omitempty"` }
Click to show internal directories.
Click to hide internal directories.