ImageRegistryCredential Class

Credential of the image registry.

Inheritance
ImageRegistryCredential

Constructor

ImageRegistryCredential(*, username: Optional[str] = None, password: Optional[str] = None, **kwargs)

Variables

username
str

The username of the image registry credential.

password
str

The password of the image registry credential.