public class VerticalPodAutoscalerServer
extends org.junit.rules.ExternalResource
| Modifier and Type | Field and Description |
|---|---|
protected VerticalPodAutoscalerMockServer |
mock |
| Constructor and Description |
|---|
VerticalPodAutoscalerServer() |
VerticalPodAutoscalerServer(boolean https) |
VerticalPodAutoscalerServer(boolean https,
boolean crudMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
io.fabric8.mockwebserver.dsl.MockServerExpectation |
expect() |
io.fabric8.verticalpodautoscaler.client.VerticalPodAutoscalerClient |
getVerticalPodAutoscalerClient() |
protected VerticalPodAutoscalerMockServer mock
public VerticalPodAutoscalerServer()
public VerticalPodAutoscalerServer(boolean https)
public VerticalPodAutoscalerServer(boolean https,
boolean crudMode)
public void before()
before in class org.junit.rules.ExternalResourcepublic void after()
after in class org.junit.rules.ExternalResourcepublic io.fabric8.verticalpodautoscaler.client.VerticalPodAutoscalerClient getVerticalPodAutoscalerClient()
public io.fabric8.mockwebserver.dsl.MockServerExpectation expect()
Copyright © 2015–2022 Red Hat. All rights reserved.