Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterCredentials ¶
type RegistryConfig ¶
type RegistryConfig struct { Server string `envconfig:"REG_SERVER"` User string `envconfig:"REG_USER"` Pass string `envconfig:"REG_PASS"` Email string `envconfig:"REG_EMAIL"` }
func (RegistryConfig) GetDockerConfigJson ¶
func (r RegistryConfig) GetDockerConfigJson() ([]byte, error)
func (RegistryConfig) HasRegistryConfig ¶
func (r RegistryConfig) HasRegistryConfig() bool
Click to show internal directories.
Click to hide internal directories.