Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageRegistryCredential

Package version

interface

An interface representing ImageRegistryCredential. Image registry credential.

Hierarchy

  • ImageRegistryCredential

Index

Properties

Properties

Optional password

password: undefined | string
member

{string} [password] The password for the private registry. The password is required for create or update operations, however it is not returned in the get or list operations.

server

server: string
member

{string} server Docker image registry server, without protocol such as http and https.

username

username: string
member

{string} username The username for the private registry.

Generated using TypeDoc