public interface KubernetesManagerMXBean
Modifier and Type | Method and Description |
---|---|
String |
apply(String json)
Takes the blob of Kubernetes JSON (pod, replication controller, service, config, template etc)
and applies it to the runtime environment so that any changes or new items take effect
|
String |
getDockerRegistry() |
String |
getPodUrl(String name,
String port)
Returns the URL to access the given port name and the port number or port name
|
String |
getReplicationControllerIdForPod(String podId)
Returns the replication controller ID for the given pod id if one can be found or null if not
|
String |
getServiceUrl(String serviceName) |
String apply(String json) throws IOException
IOException
String getPodUrl(String name, String port)
String getDockerRegistry()
Copyright © 2011–2014 Red Hat. All rights reserved.