1description: add a testcase description 2mode: edit 3args: 4- service/missing 5namespace: "default" 6expectedStderr: 7- services "missing" not found 8expectedExitCode: 1 9steps: 10- type: request 11 expectedMethod: GET 12 expectedPath: /api/v1/namespaces/default/services/missing 13 expectedInput: 0.request 14 resultingStatusCode: 404 15 resultingOutput: 0.response