Class StatusMessage


  • public class StatusMessage
    extends io.fabric8.mockwebserver.internal.WebSocketMessage
    WebSocketMessage that outputs a Status message.
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Constructor Detail

      • StatusMessage

        public StatusMessage​(io.fabric8.kubernetes.api.model.Status status)
        Create websocket message that returns Status on the error channel.
        Parameters:
        status - status response
      • StatusMessage

        public StatusMessage​(int exitCode)
        Create websocket message that returns a Status with the given status code on the error channel.
        Parameters:
        exitCode - exit code