Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CreatePod creates a new Pod resource with the provided annotations and spec. Example usage: ~~~ annotations := map[string]string{}{"key": "value"} spec := map[string]interface{}{"key": "value"} p := th.CreatePod(types.NamespacedName{Namespace: "default", Name: "example"}, annotations, spec) ~~~ Signed-off-by: Martin Schuppert <[email protected]>
- Loading branch information