RegistryInfo Class
Container App registry information.
Constructor
RegistryInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
registry_url
|
registry server Url. |
|
registry_user_name
|
registry username. |
|
registry_password
|
registry secret. |
Attributes
registry_password
registry secret.
registry_password: str | None
registry_url
registry server Url.
registry_url: str | None
registry_user_name
registry username.
registry_user_name: str | None