Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKubernetesNamespace ¶
func GetKubernetesNamespace() string
GetKubernetesNamespace returns the kubernetes namespace we're running under, or an empty string if the namespace cannot be determined.
Types ¶
type Auths ¶
type Auths struct {
Registries RegistriesStruct `json:"auths"`
}
Auths struct contains an embedded RegistriesStruct of name auths
type RegistriesStruct ¶
type RegistriesStruct map[string]RegistryCredentials
RegistriesStruct is a map of registries to their credentials
Click to show internal directories.
Click to hide internal directories.