IngressUpdate
¶
data class IngressUpdate(
val state: IngressState?,
val status: String?,
val timestamp: Long?,
val binding: JobBinding?,
)
Properties
state
: IngressState?
The new state that the `Ingress` transitioned to (if any)
IngressState?
status
: String?
A new status message for the `Ingress` (if any)
String?
timestamp
: Long?
A timestamp for when this update was registered by UCloud
Long?
binding
: JobBinding?
JobBinding?