Interface RegistryCredentials
-
public interface RegistryCredentialsResponse containing the login credentials for a container registry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<AccessKeyType,String>accessKeys()The admin user access key names and values which can be used to login into the container registry.Stringusername()Get the username value which can be used to login into the container registry.
-
-
-
Method Detail
-
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
-
-