Documentation
¶
Index ¶
Constants ¶
View Source
const ( CosignSecretPrivateKey = "cosign.key" CosignSecretPassword = "cosign.password" CosignSecretPublicKey = "cosign.pub" CosignDockerMediaTypesAnnotation = "kpack.io/cosign.docker-media-types" CosignRepositoryAnnotation = "kpack.io/cosign.repository" PKCS8SecretKey = "ssh-privatekey" SLSASecretAnnotation = "kpack.io/slsa" SLSADockerMediaTypesAnnotation = "kpack.io/slsa.docker-media-types" )
View Source
const (
SSHAuthKnownHostsKey = "known_hosts"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BasicAuth ¶
func ReadBasicAuthSecret ¶
type Fetcher ¶
type Fetcher struct { Client k8sclient.Interface SystemNamespace string SystemServiceAccountName string }
func (*Fetcher) SecretsForServiceAccount ¶
type SSH ¶
func ReadSshSecret ¶
type SigningKey ¶ added in v0.13.0
func FilterAndExtractSLSASecrets ¶ added in v0.13.0
func FilterAndExtractSLSASecrets(secrets []*corev1.Secret) ([]SigningKey, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.