use of oracle.kubernetes.operator.rest.RestConfigImpl in project weblogic-kubernetes-operator by oracle.
the class Main method startRestServer.
private static void startRestServer(String principal, Collection<String> targetNamespaces) throws Exception {
restServer = new RestServer(new RestConfigImpl(principal, targetNamespaces));
restServer.start(container);
}
Aggregations