github.com/kubeshop/testkube@v1.17.23/pkg/api/v1/testkube/model_execution_result_step_assertion.go (about) 1 /* 2 * testkube 3 * 4 * Efficient testing of k8s applications mandates a k8s native approach to test mgmt/definition/execution - testkube provides a “quality control plane” that natively integrates testing activities into k8s development and operational workflows 5 * 6 * API version: 0.0.5 7 * Contact: api@testkube.io 8 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 9 */ 10 package testkube 11 12 // execution result data 13 type ExecutionResultStepAssertion struct { 14 Name string `json:"name,omitempty"` 15 Status string `json:"status,omitempty"` 16 ErrorMessage string `json:"errorMessage,omitempty"` 17 }