public class KubernetesCrudDispatcher
extends io.fabric8.mockwebserver.crud.CrudDispatcher
| Constructor and Description |
|---|
KubernetesCrudDispatcher() |
KubernetesCrudDispatcher(io.fabric8.mockwebserver.crud.AttributeExtractor attributeExtractor,
io.fabric8.mockwebserver.crud.ResponseComposer responseComposer) |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.mockwebserver.MockResponse |
handleGet(String path)
Performs a get for the corresponding object from the in-memory db.
|
public KubernetesCrudDispatcher()
public KubernetesCrudDispatcher(io.fabric8.mockwebserver.crud.AttributeExtractor attributeExtractor,
io.fabric8.mockwebserver.crud.ResponseComposer responseComposer)
public okhttp3.mockwebserver.MockResponse handleGet(String path)
handleGet in class io.fabric8.mockwebserver.crud.CrudDispatcherpath - The path.MockResponseCopyright © 2015–2019 Red Hat. All rights reserved.