Interface RegistryCredentials


  • public interface RegistryCredentials
    Response containing the login credentials for a 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