mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
Generate and format files
- Run hack/update-codegen.sh - Run hack/update-generated-device-plugin.sh - Run hack/update-generated-protobuf.sh - Run hack/update-generated-runtime.sh - Run hack/update-generated-swagger-docs.sh - Run hack/update-openapi-spec.sh - Run hack/update-gofmt.sh Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -130,12 +130,13 @@ type TestResult struct {
|
||||
// specifying the `--image-config-file` flag, pointing to a json or yaml file
|
||||
// of the form:
|
||||
//
|
||||
// images:
|
||||
// short-name:
|
||||
// image: gce-image-name
|
||||
// project: gce-image-project
|
||||
// machine: for benchmark only, the machine type (GCE instance) to run test
|
||||
// tests: for benchmark only, a list of ginkgo focus strings to match tests
|
||||
// images:
|
||||
// short-name:
|
||||
// image: gce-image-name
|
||||
// project: gce-image-project
|
||||
// machine: for benchmark only, the machine type (GCE instance) to run test
|
||||
// tests: for benchmark only, a list of ginkgo focus strings to match tests
|
||||
//
|
||||
// TODO(coufon): replace 'image' with 'node' in configurations
|
||||
// and we plan to support testing custom machines other than GCE by specifying host
|
||||
type ImageConfig struct {
|
||||
|
Reference in New Issue
Block a user