public class CertManagerMockServer extends KubernetesMockServer
| Constructor and Description |
|---|
CertManagerMockServer() |
CertManagerMockServer(boolean useHttps) |
CertManagerMockServer(io.fabric8.mockwebserver.Context context,
okhttp3.mockwebserver.MockWebServer server,
Map<io.fabric8.mockwebserver.ServerRequest,Queue<io.fabric8.mockwebserver.ServerResponse>> responses,
okhttp3.mockwebserver.Dispatcher dispatcher,
boolean useHttps) |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.certmanager.client.NamespacedCertManagerClient |
createCertManager() |
String[] |
getRootPaths() |
createClient, destroy, getLastRequest, getMockConfiguration, init, init, onStartpublic CertManagerMockServer()
public CertManagerMockServer(boolean useHttps)
public CertManagerMockServer(io.fabric8.mockwebserver.Context context,
okhttp3.mockwebserver.MockWebServer server,
Map<io.fabric8.mockwebserver.ServerRequest,Queue<io.fabric8.mockwebserver.ServerResponse>> responses,
okhttp3.mockwebserver.Dispatcher dispatcher,
boolean useHttps)
public String[] getRootPaths()
getRootPaths in class KubernetesMockServerpublic io.fabric8.certmanager.client.NamespacedCertManagerClient createCertManager()
Copyright © 2015–2020 Red Hat. All rights reserved.