Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 456 Bytes

RegistryDockerCredentialsAuthsRegistryRegionNameVultrcrCom.md

File metadata and controls

18 lines (12 loc) · 456 Bytes

VultrRuby::RegistryDockerCredentialsAuthsRegistryRegionNameVultrcrCom

Properties

Name Type Description Notes
auth String The base64 encoded credentials of the Robot Account {registry-user-username}:{registry-user-password} [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::RegistryDockerCredentialsAuthsRegistryRegionNameVultrcrCom.new(
  auth: null
)