From cc32d4a25de7bb2df87ee621dbb3e50e19eafe15 Mon Sep 17 00:00:00 2001 From: Adriano Cunha Date: Wed, 27 Jun 2018 08:06:46 -0700 Subject: [PATCH] Replace "Elafros" with "Knative Serving". --- test/README.md | 2 +- .../knative/serving/pkg/apis/serving/v1alpha1/route_types.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index d0531b93e9b..e0e67fd59b1 100644 --- a/test/README.md +++ b/test/README.md @@ -34,6 +34,6 @@ installed and configured to your particular configuration setup. Knative Eventin still built and deployed from source. Otherwise, calling this script without arguments will create a new cluster in -project `$PROJECT_ID`, start Elafros and the eventing system, run the +project `$PROJECT_ID`, start Knative Serving and the eventing system, run the tests and delete the cluster. In this case, it's required that `$KO_DOCKER_REPO` point to a valid writable docker repo. diff --git a/vendor/github.com/knative/serving/pkg/apis/serving/v1alpha1/route_types.go b/vendor/github.com/knative/serving/pkg/apis/serving/v1alpha1/route_types.go index ed0dbe899e5..8cd548650d5 100644 --- a/vendor/github.com/knative/serving/pkg/apis/serving/v1alpha1/route_types.go +++ b/vendor/github.com/knative/serving/pkg/apis/serving/v1alpha1/route_types.go @@ -77,7 +77,7 @@ type RouteSpec struct { // ObjectMeta.Generation instead. Generation int64 `json:"generation,omitempty"` - // Traffic specifies how to distribute traffic over a collection of Elafros Revisions and Configurations. + // Traffic specifies how to distribute traffic over a collection of Knative Serving Revisions and Configurations. Traffic []TrafficTarget `json:"traffic,omitempty"` }