public class StatusMessage extends WebSocketMessage
WebSocketMessage that outputs a Status message.| Constructor and Description |
|---|
StatusMessage(int exitCode)
Create websocket message that returns a
Status with the given status code
on the error channel. |
StatusMessage(io.fabric8.kubernetes.api.model.Status status)
Create websocket message that returns
Status on the error channel. |
public StatusMessage(io.fabric8.kubernetes.api.model.Status status)
Status on the error channel.status - status responsepublic StatusMessage(int exitCode)
Status with the given status code
on the error channel.exitCode - exit codeCopyright © 2015–2024 Red Hat. All rights reserved.