package
3.4.3+incompatible
Repository: https://github.com/oracle/coherence-operator.git
Documentation: pkg.go.dev
# Functions
GetCluster performs a Management over REST cluster query http://localhost:30000/management/coherence/cluster and return the results, the http response status and any error.
GetMembers performs a Management over REST members query http://localhost:30000/management/coherence/cluster/members and return the results, the http response status and any error.
GetPartitionAssignment performs 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.
GetServices 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.
PodExec executes a command in a Pod.
# Structs
ClusterData is a struct to use to hold the results of a generic Coherence management REST cluster query.
No description provided by the author
MemberData is a struct to use to hold the results of a Coherence management REST member query.
MembersData is a struct to use to hold the results of a Coherence management REST members query http://localhost:30000/management/coherence/cluster/members.
PartitionData is 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.
RestData is a struct to use to hold the results of a generic Coherence management REST query.
ServiceData is a struct to use to hold the results of a Coherence management REST service query http://localhost:30000/management/coherence/cluster/services/%s.
ServicesData is a struct to use to hold the results of a Coherence management REST services query http://localhost:30000/management/coherence/cluster/services.