Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerRegistryCredentials

Package version

interface

An interface representing ContainerRegistryCredentials. Information about the Azure Container Registry which contains the images deployed to the cluster.

Hierarchy

  • ContainerRegistryCredentials

Index

Properties

Optional loginServer

loginServer: undefined | string
member

{string} [loginServer] The ACR login server name. User name is the first part of the FQDN. NOTE: This property will not be serialized. It can only be populated by the server.

Optional password

password: undefined | string
member

{string} [password] The ACR primary password. NOTE: This property will not be serialized. It can only be populated by the server.

Optional password2

password2: undefined | string
member

{string} [password2] The ACR secondary password. NOTE: This property will not be serialized. It can only be populated by the server.

Optional username

username: undefined | string
member

{string} [username] The ACR login username. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc