package
3.4.3+incompatible
Repository: https://github.com/oracle/coherence-operator.git
Documentation: pkg.go.dev
# Functions
NewClusterMemberRunner create a new ClusterMemberSimulator.
NewOperatorSimulatorRunner create a new ServerRunner.
NewServerRunner create a new ServerRunner.
No description provided by the author
No description provided by the author
NewWebServer creates a new WebServer on a specific port.
# Constants
TestPortClusterPort is the name of the Coherence cluster port.
TestPortEcho is the name of the echo port.
TestPortHealth is the name of the health port.
TestPortManagement is the name of the Coherence management port.
TestPortMetrics is the name of the Coherence metrics port.
TestPortOperatorRest is the name of the Operator REST port.
TestPortUnicastPort1 is the name of the first Coherence unicast port.
TestPortUnicastPort2 is the name of the second Coherence unicast port.
TestPortWebHook is the name of the web-hook port.
# Interfaces
ClientSimulator runs a test simulating connectivity to a port.
ServerRunner manages a server that listens on various ports to allow network connectivity tests to those ports.
WebServer is a simple test web server.