IngressState

API: Stable

enum class IngressState {
    PREPARING,
    READY,
    UNAVAILABLE,
}
Properties
PREPARING A state indicating that the `Ingress` is currently being prepared and is expected to reach `READY` soon.
READY A state indicating that the `Ingress` is ready for use or already in use.
UNAVAILABLE A state indicating that the `Ingress` is currently unavailable.

This state can be used to indicate downtime or service interruptions by the provider.