Documentation ¶
Index ¶
Constants ¶
View Source
const ( DockerSecretKey = ".dockerconfigjson" DockerPrefixSecret = "reg-cred" DockerConfigType = "kubernetes.io/dockerconfigjson" )
View Source
const ( // TODO use an increment in order to be able to manage several repository git GitTektonAnnotation = "tekton.dev/git-0" GitPrefixSecret = "secret-git" GitSecretKey = "git_token" GitUsername = "oauth2" )
View Source
const ( // filename use with s3cmd MinIOSecretKey string = ".s3cfg" // Prefix use for name of resource MinIOPrefixSecret string = "minio" // s3cfg config template MinIOSecretTemplate string = `` /* 576-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secret ¶
type Secret struct { internal.WorkFlowStruct Value string }
func (*Secret) DockerCredCreate ¶
DockerCredCreate creates the docker config json secret and add it into the service account
Click to show internal directories.
Click to hide internal directories.