Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImagePullAuth ¶
type ImagePullSecret ¶
type ImagePullSecret struct {
Auths map[string]ImagePullAuth `json:"auths"`
}
type RegistryCredentials ¶
type RegistryCredentials struct {
DockerRegistryURL *string `json:"dockerRegistryURL,omitempty" yaml:"dockerRegistryURL,omitempty"`
DockerRegistryUsername *string `json:"dockerRegistryUsername,omitempty" yaml:"dockerRegistryUsername,omitempty"`
DockerRegistryPassword *string `json:"dockerRegistryPassword,omitempty" yaml:"dockerRegistryPassword,omitempty"`
}
func (RegistryCredentials) RegistryRequiresAuth ¶
func (c RegistryCredentials) RegistryRequiresAuth() bool
func (RegistryCredentials) ToImagePullSecret ¶
func (c RegistryCredentials) ToImagePullSecret() (string, error)
Click to show internal directories.
Click to hide internal directories.