ContentRegistriesHealthStatus

The Health.Status enumerated type describes the status of the container registry.
STARTING : Container registry is starting.
RUNNING : Container registry is running.
WARNING : Container registry is running with some warning, for example, storage reaches the threshold configuration.
ERROR : Container registry failed to start or stopped with fatal error.
DELETING : Container registry is being deleted.

Enumeration:   STARTING,   RUNNING,   WARNING,   ERROR,   DELETING,  


Feedback

Was this page helpful?