ImageRepositoryCredentialsPatch interface
ImageRepositoryCredentialsPatch represents the credentials used to login to the image repository for patch operations.
Properties
| password | The password or token used to access an image in the target repository. |
| registry |
The URL of the authentication server used to validate the repository credentials. |
| username | The username used to access an image in the target repository. |
Property Details
password
The password or token used to access an image in the target repository.
password?: string
Property Value
string
registryUrl
The URL of the authentication server used to validate the repository credentials.
registryUrl?: string
Property Value
string
username
The username used to access an image in the target repository.
username?: string
Property Value
string