Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistryCreds ¶
type RegistryCreds struct { Name string Namespace string Host string Username string Password string Pull bool Push bool }
RegistryCreds contains docker registry credentials
func (*RegistryCreds) CreateRegistryCreds ¶
func (c *RegistryCreds) CreateRegistryCreds(clientset *client.ConfigSet) error
SetRegistryCreds creates Secret with docker registry credentials json which later can be mounted as config.json file
Click to show internal directories.
Click to hide internal directories.