github.com/kubeshop/testkube@v1.17.23/pkg/api/v1/testkube/model_key_value.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.1 7 * Contact: api@testkube.io 8 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 9 */ 10 package testkube 11 12 // environment variable 13 type KeyValue struct { 14 Name string `json:"name,omitempty"` 15 Value string `json:"value,omitempty"` 16 }