Documentation ¶
Index ¶
Constants ¶
View Source
const ( DockerConfigAuthKey = "auth" DockerConfigUserKey = "user" DockerConfigPasswordKey = "password" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerConfigJson ¶
type DockerConfigJson struct {
Auths map[string]DockerLoginCredential `json:"auths"`
}
type DockerLoginCredential ¶
type ImagePullSecret ¶
type ImagePullSecret struct {
// contains filtered or unexported fields
}
func NewImagePullSecret ¶
func NewImagePullSecret(secret *corev1.Secret) (*ImagePullSecret, error)
func (*ImagePullSecret) GetHostCredential ¶
func (s *ImagePullSecret) GetHostCredential(host string) (*LoginCredential, error)
type LoginCredential ¶
Click to show internal directories.
Click to hide internal directories.