Interface RegistryCredentials
@Beta(V1_4_0)
public interface RegistryCredentials
Response containing the login credentials for a container registry.
-
Method Summary
Modifier and TypeMethodDescriptionThe admin user access key names and values which can be used to login into the container registry.username()
Get the username value which can be used to login into the container registry.
-
Method Details
-
accessKeys
Map<AccessKeyType,String> accessKeys()The admin user access key names and values which can be used to login into the container registry.- Returns:
- the admin user access keys
-
username
String username()Get the username value which can be used to login into the container registry.- Returns:
- the username value
-