var secretForDockerRegistryLong …
var secretForDockerRegistryExample …
type DockerConfigJSON …
type DockerConfig …
type DockerConfigEntry …
type CreateSecretDockerRegistryOptions …
func NewSecretDockerRegistryOptions(ioStreams genericiooptions.IOStreams) *CreateSecretDockerRegistryOptions { … }
func NewCmdCreateSecretDockerRegistry(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command { … }
func (o *CreateSecretDockerRegistryOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *CreateSecretDockerRegistryOptions) Validate() error { … }
func (o *CreateSecretDockerRegistryOptions) Run() error { … }
func (o *CreateSecretDockerRegistryOptions) createSecretDockerRegistry() (*corev1.Secret, error) { … }
func handleDockerCfgJSONContent(username, password, email, server string) ([]byte, error) { … }
func encodeDockerConfigFieldAuth(username, password string) string { … }