- handleCreate(String, String) - Method in class io.fabric8.kubernetes.client.server.mock.KubernetesCrudDispatcher
-
Adds the specified object to the in-memory db.
- handleDelete(String) - Method in class io.fabric8.kubernetes.client.server.mock.KubernetesCrudDispatcher
-
Performs a delete for the corresponding object from the in-memory db.
- handleGet(String) - Method in class io.fabric8.kubernetes.client.server.mock.KubernetesCrudDispatcher
-
Performs a get for the corresponding object from the in-memory db.
- handlePatch(String, String) - Method in class io.fabric8.kubernetes.client.server.mock.KubernetesCrudDispatcher
-
Patches the specified object to the in-memory db.
- handleReplace(String, String) - Method in class io.fabric8.kubernetes.client.server.mock.KubernetesCrudDispatcher
-
Replace the object on `path` endpoint with the object represented by `s`
- handleWatch(String) - Method in class io.fabric8.kubernetes.client.server.mock.KubernetesCrudDispatcher
-
Watch the resource list on `path` endpoint