package
2.1.1+incompatible
Repository: https://github.com/oracle/coherence-operator.git
Documentation: pkg.go.dev

# Functions

Perform a Management over ReST cluster query http://localhost:30000/management/coherence/cluster and return the results, the http response status and any error.
Perform a Management over ReST members query http://localhost:30000/management/coherence/cluster/members and return the results, the http response status and any error.
Perform a Management over ReST members query http://localhost:30000/management/coherence/cluster/services/%s/partition and return the results, the http response status and any error.
Perform a Management over ReST members query http://localhost:30000/management/coherence/cluster/services and return the results, the http response status and any error.
Execute a command in a Pod.

# Constants

The default name of the management port in a Coherence container.

# Structs

A struct to use to hold the results of a generic Coherence management ReST cluster query.
No description provided by the author
A struct to use to hold the results of a Coherence management ReST member query.
A struct to use to hold the results of a Coherence management ReST members query http://localhost:30000/management/coherence/cluster/members.
A struct to use to hold the results of a Coherence management ReST partition assignment query http://localhost:30000/management/coherence/cluster/services/%s/partition This structure only contains a sub-set of the fields available in the response json.
A struct to use to hold the results of a generic Coherence management ReST query.
A struct to use to hold the results of a Coherence management ReST service query http://localhost:30000/management/coherence/cluster/services/%s.
A struct to use to hold the results of a Coherence management ReST services query http://localhost:30000/management/coherence/cluster/services.