public static class DockerSpec.DockerRegistrySpec extends Object
Constructor and Description |
---|
DockerRegistrySpec() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Returns the email address associated with the Docker registry username.
|
String |
getPassword()
Returns the password to use when authenticating to the Docker registry.
|
String |
getToken()
Returns the identity token to use when authenticating to the Docker registry.
|
String |
getUrl()
Returns the Docker registry URL.
|
String |
getUsername()
Returns the username to use when authenticating to the Docker registry.
|
void |
setEmail(String email)
Sets the email address associated with the Docker registry username.
|
void |
setPassword(String password)
Sets the password to use when authenticating to the Docker registry.
|
void |
setToken(String token)
Sets the identity token to use when authenticating to the Docker registry.
|
void |
setUrl(String url)
Sets the Docker registry URL.
|
void |
setUsername(String username)
Sets the username to use when authenticating to the Docker registry.
|
@Input @Optional public String getUsername()
public void setUsername(String username)
username
- the registry username@Input @Optional public String getPassword()
public void setPassword(String password)
password
- the registry username@Input @Optional public String getUrl()
public void setUrl(String url)
url
- the registry URL@Input @Optional public String getEmail()
public void setEmail(String email)
email
- the registry email address@Input @Optional public String getToken()
public void setToken(String token)
token
- the registry identity token