Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSecretWithNoData = errors.New("secret has nil data") ErrNotDockerCfgJSONType = fmt.Errorf("secret is not '%s' type", corev1.SecretTypeDockerConfigJson) ErrNoDockerConfigJSONKey = fmt.Errorf("secret doesn't have '%s' key", corev1.DockerConfigJsonKey) )
View Source
var ErrNilSnapshot = errors.New("nil snapshot")
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.