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 |
getReplicationControllerIdForPod(String podId)
Returns the replication controller ID for the given pod id if one can be found or null if not
|
String apply(String json) throws IOException
IOException
String getDockerRegistry()
Copyright © 2011–2014 Red Hat. All rights reserved.