ImageRegistryCredential 类
定义
Image registry credential.
public class ImageRegistryCredential
- 继承
-
java.lang.ObjectImageRegistryCredential
方法
password() |
Get the password value.
|
server() |
Get the server value.
|
username() |
Get the username value.
|
withPassword(String password) |
Set the password value.
|
withServer(String server) |
Set the server value.
|
withUsername(String username) |
Set the username value.
|