Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerAuth ¶
type DockerAuth struct {
Auth string `json:"auth"`
}
DockerAuth represents the auth structure within the docker config.
type DockerConfig ¶
type DockerConfig struct {
Auths map[string]DockerAuth `json:"auths"`
}
DockerConfig represents the structure of the docker config JSON.
type RemoteLoader ¶
type RemoteLoader struct {
// contains filtered or unexported fields
}
func (RemoteLoader) GetIdentityFromSecret ¶
func (l RemoteLoader) GetIdentityFromSecret(pullSecrets []string) (string, string, error)
func (RemoteLoader) GetImageDigest ¶
func (l RemoteLoader) GetImageDigest(pullString string, imagePullSecrets []string) (string, error)
Click to show internal directories.
Click to hide internal directories.